[oauth] oauth_version=1.0a

2010-02-13 Thread Tosh Meston
Hey everyone, I am seeing some requests to my endpoints including oauth_version=1.0a in the parameter list. As I understand the spec, if present, the oauth_version parameter must be 1.0. What should we do if 1.0a is passed? Generate the signature with it and attempt a match? Return a 401 with

Re: [oauth] Signature Invalid and Token Rejected Errors-Yahoo Oauth Social API using Javascript, Getting contacts from Yahoo using Social API by OAUTH

2010-02-13 Thread Vinod facebook
Hi, I dunno how oauth in javascript works. I implemented oauth in Java and I faced the same signature invalid issue. I broke my head for about 2 weeks before I found a solution. Anyways this was the problem. I was running my app on a box which was sitting behind an apache webserver

[oauth] Re: Keep Getting an Unauthorized Exception

2010-02-13 Thread John Kristian
Don't add an oauth_token parameter to params. OAuthClient.invoke will do that for you. It's not necessary to set accessor.tokenSecret, if you set the accessToken and tokenSecret. In this case, accessor.tokenSecret should be the secret that the service provider sent with the access token. --