Hi, I'm developing a gadget that's supposed to manage groups of users. It's implemented over the igoogle sandbox, so openSocial features are available, but I want to manage the groups myself and not use the user's friends. My database stores user as AppEngine User entities, and for that I need a gmail address of the application viewer (as well as the other members of the group, but that's not the problem right now). Since the viewer is using igoogle, I assume he's logged in using some gmail address, and my question is how can I retrieve it? I know how to fetch the viewer data using the openSocial requests, but that only gets me the username and ID (and not his mail). When I try to use getField(Emails), I get an empty response (maybe it's not supported in igoogle?). I tried looking into some information about oAuth, but didn't find anything I could use there... Can someone please help me? Thanks, Shai
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
