Hi, Because your gadget/ajax app is being served in an iframe it will have no knowledge of its parent frames settings (like the currently logged in users email address). You will probably need to look at the Google Account Authentication API for doing what you want.
http://code.google.com/apis/accounts/ http://code.google.com/apis/accounts/docs/AuthForWebApps.html There may be new features in the new API for doing this but they are not fully supported (available outside the sandbox) or fully tested yet (hence the sandbox) so I would maybe try the links above as being more stable. Cheers! Vision Jinx On Sep 10, 7:06 am, westor <[EMAIL PROTECTED]> wrote: > Hi again, > > I asked already this question, but the answer was not clear enough to > see, what my next steps should be. > > I have an AJAX application which I will offer as an iGoogle gadget. > Gadget type = url should work. > The applications should use the current logged in google user to > authenticate against my application. And if the user is not already > existent in my application database, I have to create him. I'd like to > save his google mail address for this reason. > Do I need open social api (which version?) to do these tasks? Are > there examples for this? > > Thank you > Torsten --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
