Hi Paul,

I have not received any confirmation from google, but logging my
application on the server I've checked that I'm receiving correct
consumer_key value.

My main problem is that, when I authorize the request_token in the
oauth popup, I redirect the popup url to 
http://oauth.gmodules.com/gadgets/oauthcallback
as Google says in its OAuth gadgets tutorial (http://code.google.com/
intl/en/apis/gadgets/docs/oauth.html).

The problem is that it is supposed that when the popup is closed and I
retry the makeRequest call, iGoogle should send to my server the
request_token to the URL specified in the <Access/> section of the
gadget XML so I could return the associated access_token. But no
request to <Access/> url it's done.

Instead of that, the OAuth authentication process starts again from
the beginning.

Any idea of why could this happen?

Thanks.


On 6 sep, 14:41, Paul Kinlan <[email protected]> wrote:
> Hi,
>
> If it is your own service, you should always use your own consumer key and
> secret.
>
> Just a quick question, have you had a confirmation back that your keys were
> registered?
>
> Thanks,
> Paul
>
> On Mon, Aug 30, 2010 at 8:24 AM, jdavid.corcoles
> <[email protected]>wrote:
>
>
>
> > I really need to clarify these uncertainties. I would be very grateful
> > if someone could enlighten me.
>
> > Thank you very much.
>
> > On 20 ago, 10:38, "jdavid.corcoles" <[email protected]> wrote:
> > > Hi, I'm developping an iGoogle gadget that uses OAuth authentication
> > > in the process on the server. In addition, I'm also implementing our
> > > server which is OAuth service provider, for which I am using. NET.
>
> > > The process is not working quite right and I have a number of
> > > questions:
>
> > > 1) I am currently generating the consumer_key and consumer_secret
> > > values on the server and I have communicated these values to Google by
> > > sending an email to the [email protected] address.
>
> > > On the other hand I have also accessed the URLhttps://
> >www.google.com/gadgets/directory/verify
> > > in which I have also registered the gadget and where I have found
> > > other values for consumer_key and consumer_secret.
>
> > > What values should I use? I am having trouble validating the petitions
> > > signed with HMAC-SHA1, can be related to consumer data and signature
> > > sent by Google to the server? Should I change signature method to RSA-
> > > SHA1?
>
> > > 2) After the user authorizes the gadget to access their data in the
> > > authorization popup and the server redirects to the callback urlhttp://
> > oauth.gmodules.com/gadgets/oauthcallback, the gadget does not
> > > perform a request for the access token to the url specified in the
> > > gadget xml section /ModulePrefs/OAuth/Service/Access. Is the access
> > > token request performed automatically or I have to do something in the
> > > gadget to do that?
>
> > > Thank you.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "iGoogle Developer Forum" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<google-gadgets-api%[email protected]>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/Google-Gadgets-API?hl=en.
>
> --
> Paul Kinlan
> Developer Advocate @ Google for Chrome and HTML5
> t: +447730517944
> tw: @Paul_Kinlan

-- 
You received this message because you are subscribed to the Google Groups 
"iGoogle Developer Forum" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/Google-Gadgets-API?hl=en.

Reply via email to