Re: [oauth] Getting user credentials

2009-12-04 Thread cahit Eyigünlü
Take a look at this please : Google's result : oauth_token=*1%2FJefQs9cHFI8Ha2e5YjdkU*woauth_token_secret=*%2B74EaiHRmJ%2B1dBGUOOYIQL4H* Authorization: OAuth oauth_version=1.0, oauth_nonce=58b600e9773540aafa65cb41b31238cf, oauth_timestamp=1259928326,

Re: [oauth] Getting user credentials

2009-12-04 Thread matake@gmail
OK, then compare the signature base strings which each library builds. If they are same, the problem is probably in the library (Ruby or .NET? has a bug), so you should ask about the issue to library developer community. On 2009/12/04, at 21:12, cahit Eyigünlü wrote: Take a look at this please

[oauth] how to get AuthSubRevokeToken

2009-12-04 Thread Pushpa
Hi I am bot able to get AuthSubRevokeToken Below is my script step1.php ? $secure = 0; $session = 1; $scope = 'http://www.google.com/m8/feeds/'; $next = http://{$_SERVER['HTTP_HOST']}{$_SERVER['PHP_SELF']}; $token = @$_GET['token']; // only a single use token $sessionToken =

Re: [oauth] Getting user credentials

2009-12-04 Thread cahit Eyigünlü
This is my base string : GEThttp%3A%2F%2Fwww-opensocial.googleusercontent.com %2Fapi%2Fpeople%2F%40me%2F%40selfoauth_consumer_key*%3Dwww.file4share.net %26*oauth_nonce*%3D58b600e9773540aafa65cb41b31238cf%26* oauth_signature_method*%3DHMAC-SHA1%26*oauth_timestamp*%3D1259928326%26*

Re: [oauth] test OAuth consumer and service provider

2009-12-04 Thread Lukas Rosenstock
Hi! I think this looks very nice and will help to understand the flow and is good for debugging. We might use it to test the upgrade of our internal OAuth use from 1.0 to 1.0a. Lukas 2009/11/18 k42b3 k42b...@googlemail.com: hi OAuth folks, I like to announce a test consumer and service