Hi Terry, As you suggested I'm adding the resources that I allready found (including yours to be complete) http://wiki.opensocial.org/index.php?title=Building_an_OpenSocial_App_with_Google_App_Engine#Sending_and_verifying_signed_requests http://wiki.opensocial.org/index.php?title=Validating_Signed_Requests http://wiki.opensocial.org/index.php?title=Introduction_To_Signed_Requests Resource on Hyves.nl developer wiki (specific to hyves.nl): http://trac.hyves-api.nl/wiki/OpensocialSpecs#Signedrequests
Jaap On Mon, Jul 27, 2009 at 4:31 PM, nolybab <[email protected]> wrote: > > Jaap, > > If you don't mind, please share any other resources you may have that > might be useful on this topic :) > > Thanks, > Terry > > On Jul 27, 10:07 am, Jaap Taal <[email protected]> wrote: > > Terry, > > Thanks, I've found some other resources, but this is a usefull one! > > > > Jaap > > > > On Sat, Jul 25, 2009 at 1:13 AM, nolybab <[email protected]> wrote: > > > > > Jaap, > > > > > See if this link has what you need: > > > > >http://wiki.opensocial.org/index.php?title=Building_an_OpenSocial_App. > .. > > > > > That should help. > > > > > Good luck... > > > Terry > > > > > On Jul 24, 9:20 am, "[email protected]" <[email protected]> wrote: > > > > Hi all, > > > > > > I'm creating an opensocial widget on hyves.nl (a dutch social > > > > networking site). I'm calling a makeRequest with > > > > RequestParamters.AUTHORIZATION set to SIGNED. The GET call is > enriched > > > > with several query string parameters like: > > > > * opensocial_owner_id > > > > * opensocial_viewer_id > > > > * opensocial_app_id > > > > * oauth_consumer_key > > > > * oauth_token (empty) > > > > * xoauth_signature_publickey > > > > * oauth_signature_method > > > > * oauth_nonce > > > > * oauth_timestamp > > > > * oauth_signature > > > > > > How do I verify that this request is coming from the hyves.nl > > > > opensocial container? > > > > I've found that GData does some oauth stuff, but that Api needs to > > > > fetch an oauth token, while I just want to verify that the SIGNED > > > > request is indeed coming from the container... > > > > > > Anyone any pointers to the right direction? > > > > > > Jaap > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
