germanzero / oauth-php

Automatically exported from code.google.com/p/oauth-php
MIT License
0 stars 0 forks source link

OAuthStore2Leg doesn't support getSecretsForVerify #122

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When trying to run the client example "twolegged.php" upon a server example 
"www/oauth.php/access_token" I get "OAuthStore2Leg doesn't support 
getSecretsForVerify".

I'd expect this function to be similar (if not identical) to 
getSecretsForSignature() and return some values for two legged oauth to work.

Using v191 on Linux server.

Please let us know how to overcome this hurdle.

Original issue reported on code.google.com by spidgo...@gmail.com on 16 Feb 2012 at 12:32

GoogleCodeExporter commented 8 years ago
I am getting this same error.

Original comment by ocy...@hack3r.com on 25 Feb 2012 at 1:27

GoogleCodeExporter commented 8 years ago
I've given up and use http://oauth.googlecode.com/svn/code/php/ - much smaller 
code base and it works out of the box.

Original comment by spidgo...@gmail.com on 25 Feb 2012 at 1:52