Hi,
Good day and Thanks in advance. We are on mobile application development environment and in our new project we need to access orkut data through c++ library in unix environment (right now we are trying to execute the commands using curl utility in unix). We are able to get authentication token from google. After retrieving authentication token we are not able to access profile data or friends list? Can you please suggest us how to move further? See the below syntax and let us know if there are any changes required... is it right url to access profile data: *https://www.orkut.com/social/rest/people/[email protected]/@self* To get authentication token: (curl is a command line utility to execute web requests) curl http://www.google.com/accounts/ClientLogin -d Email= [email protected] -d Passwd=test123456 -d accountType = GOOGLE_OR_HOSTED -d source = Http-Curl-Test -d service=orkut After retrieving authentication token we try to retrieve profile information using following: curl --silent --header "Authorization: GoogleLogin auth=DQAAAHAAAABA57Rx60oU__Q4HD0JLfYxQ-u0cucWcidz760vKTMiuFg4Je0_r2vKPdYNOzh1EUMDayv3Vf0a0UymD7Y6-VCzs90s1Sd_gKFgJ6WLGmwT_73rrNDAviEVVM7l96P4X_dLfjKUoD-ulUiqv2uKXiOM" "https://www.orkut.com/social/rest/people/[email protected]/@self" Thanks and Regards, swathi. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" 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-orkut?hl=en -~----------~----~----~----~------~----~------~--~---

