I want to access my orkut profile information using java.
Reading the docs I found I need to use this:

   People Data API
   
http://code.google.com/apis/opensocial/docs/gdata/people/developers_guide_protocol.html

I tried the following code to authenticate:

   GoogleService myService = new GoogleService("ot", "exampleCo-
exampleApp-1");
   myService.setUserCredentials("[EMAIL PROTECTED]", "mypassword");

but it didn't work.

I am new to this. How can I do it ? People Data API isn't released
yet. Should I wait some more time until it is released ? Or am I
missing something and I can do this in another way ? (From what I've
read I can access my profile information only by using the JavaScript
API).


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenSocial Developers" group.
To post to this group, send email to opensocial-api@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to