Hi all,
I am using osapi.http.get. I am getting a signed request to the
server i have given in osapi.http.get.
How to get the OpenSocial email from this request in the server side.
Kindly help me.
My osapi.http.get call is like this
osapi.http.get({
'href' : 'http://XXX.appspot.com/',
'format' : 'json',
'authz' : 'signed'
}).execute(callback);
In the server side i am getting the HTTP GET request that has many
parameters.
How should i use the request to get the viewers mail id?
Thanks,
Pradeep
--
You received this message because you are subscribed to the Google Groups
"OpenSocial Application Development" 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/opensocial-api?hl=en.