I have a gadget which declares an OAuth service like this: <Service name="my_service_name"> <Access url="https://server:9443/path/oauth-access- token" method="POST"/> <Request url="https://server:9443/path/oauth-request- token?scope=https://server:9443/jazz/" method="POST"/> <Authorization url="https://server:9443/path/oauth- authorize" method="GET"/> </Service>
(server --> the IP address of my test machine) I've successfully added this gadget to my iGoogle homepage, but when I go through the OAuth dance, iGoogle hits my authorization URL but does *not* provide the oauth_callback query param necessary to call back to iGoogle to automatically close the popup and signal the gadget to try again. Has anyone else come across this? Doesn't the OpenSocial or OAuth spec include the callback param? -- You received this message because you are subscribed to the Google Groups "OpenSocial Application Development" group. To post to this group, send email to opensocial-...@googlegroups.com. To unsubscribe from this group, send email to opensocial-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/opensocial-api?hl=en.