-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Ok I am so confused. I got the server part working fine but there is not way I
get the client part working.
1) I go to example/server/www/register.php and succesfully get a secret and key
2) I go to /example/client/twolegged.php and change the key and secret to the
newly generated. I constantly get invalid consumer.
Apparently the only key and secret that is valid, are the hardcoded "key" and
"secret" in file twolegged.php in lines 40 and 41.
How could I make this work with the newly generated key and secret, that are
also successfully stored in the Database table oauth_server_registry???
thanks
Original issue reported on code.google.com by ioannoua...@gmail.com on 8 Aug 2013 at 10:36