[oauth] Unable to fetch Picasa Web Albums using OAuth

2009-11-12 Thread Razak
) at com.wipro.pcm.coe.festa.oauth.PicasaService.main (PicasaService.java:300) please help me in solving this issue. Thanks in advance Razak --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups OAuth group. To post to this group, send

[oauth] Getting Exception: Token invalid - Invalid AuthSub token

2009-03-12 Thread Razak
only alphabets and numbers. Please help me out in solving the issue. Thanks in Advance Razak K --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups OAuth group. To post to this group, send email to oauth@googlegroups.com

[oauth] BAD_OAUTH_CONFIGURATION error with OAuth Gadgets

2009-02-20 Thread Razak
Hi Guys, I am trying oauth with gadgets. For this, I have installed shindig in my server. I have created one xml file with OAuth tag. And I have modified the oauth.json file to map the xml file with consumer key secret key. The problem is that when trying to fetch data from Google services, I

[oauth] Unable to access OAuth Tokens in the first attempt.

2009-02-02 Thread Razak
in the request. I am passing the correct set of parameters for the token's request What would be the problem? Thanks in advance. Razak K --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups OAuth group. To post to this group, send

[oauth] Re: Query regarding callback hd parameter in OAuthAuthorizeToken

2009-02-02 Thread Razak
Thank you John --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups OAuth group. To post to this group, send email to oauth@googlegroups.com To unsubscribe from this group, send email to oauth+unsubscr...@googlegroups.com

[oauth] should the oauth_signature paramater be the same for both RequestToken AccessToken

2009-01-31 Thread Razak
in advance. Razak K --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups OAuth group. To post to this group, send email to oauth@googlegroups.com To unsubscribe from this group, send email to oauth+unsubscr...@googlegroups.com

[oauth] Re: Problem accessing OAuthAccessToken

2009-01-31 Thread Razak
provide coding on the computation of oauth_signature using oauth_token_secret.? Thanks in advance. Razak (pcm...@gmail.com) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups OAuth group. To post to this group, send email

[oauth] Re: OAuth - signature_invalid problem

2009-01-28 Thread Razak
Hi John, Thank You very much. Regards, Razak K On Jan 26, 1:43 am, John Kristian jmkrist...@gmail.com wrote: No, OAuth Core doesn't permit the consumer's secret to be used as the signature, when the signature method is HMAC-SHA1. A similar example that works ishttp

[oauth] Query regarding callback hd parameter in OAuthAuthorizeToken

2009-01-28 Thread Razak
Hi Guys, I am new to oAuth. I got the oauth_token and oauth_token_secret. After that I tried to do the authorization part with the following code. function authoriseToken() { try { netscape.security.PrivilegeManager.enablePrivilege (UniversalBrowserRead); }