[oauth] CallbackURL in OAuthConsumer is not forwarded to OAuth Provider

2010-08-31 Thread Claudio Bisegni
I have download all OAuth java package and i have compiled and run the provider and client for make a self consistent test. i have notice that if i set the callbackURL in OAuthConsumer the provider get the callbackURL only form startup property file. there is a way to get the one passed by

[oauth] Getting signature_invalid base_string back from /OAuthGetAccessToken using OAuth Playground

2010-08-31 Thread bourds
Hello, So I grabbed a copy of the open-sourced OAuth Playground code and I'm currently tweaking it to my own use case. I have most everything working except that my call to /OAuthGetAccessToken is returning signature_invalid base_string. I have spent quite a bit of time tracing the code and

[oauth] Re: Getting signature_invalid base_string back from /OAuthGetAccessToken using OAuth Playground

2010-08-31 Thread bourds
Just another comment... by looking at the working sample at the OAuth playground it looks like the token and verifier are double encoded in the base string (so a forward slash is %252F) and single escaped in the GET param sent to /OAuthGetAccessToken (so a foward slash is %2F). Does that seem

Re: [oauth] CallbackURL in OAuthConsumer is not forwarded to OAuth Provider

2010-08-31 Thread Lasantha
I faced same when integrating with Twitter OAuth service. Following was the work around. // Create parameters map MapString, String map = getPropertiesMap(); // and store it in the map map.put(OAuth.OAUTH_CALLBACK, callbackUrl); // Get the request token passing that parameters map

[oauth] Re: What's in an access token?

2010-08-31 Thread John Kristian
It's vendor specific. -- You received this message because you are subscribed to the Google Groups OAuth group. To post to this group, send email to oa...@googlegroups.com. To unsubscribe from this group, send email to oauth+unsubscr...@googlegroups.com. For more options, visit this group at