Download teh source code from

http://gdata-samples.googlecode.com/svn-history/r198/trunk/oauth_playground/

And you will be able to do everything google can do at his Playground

http://googlecodesamples.com/oauth_playground/

That was the best thing I've found over the internet while working on
a social network users management module with login using ORKUT /
OpenSocial.

Checking the code was the only way to solve my problems.

NOTE: DO USE they "send_signed_request" function instead any
file_get_content like function because you can save a lot of time.
Even if they say  everything should work just fine, I couldn't go
further than access tokens using file_get_content (it worked for get
request tokens, authenticate request tokens and get access tokens but
that was it) or even an old version of "send_signed_request". Using
the last version of that function in every request was the only way to
get user details.

--

You received this message because you are subscribed to the Google Groups 
"OAuth" 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/oauth?hl=en.


Reply via email to