Hi everybody,
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 orkut profile.
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"

We need more information regarding this.
1. Are there any APIs to access orkut from installed/desktop
applications?We found some desktop applications accessing orkut
(Ex:Scrapboy)

2. Can we get authentication from orkut by using Http POST method in C+
+,
unix environment(using some third party httplib).

3. After getting the authentication token, how to access the profile,
friends list etc?

We have already posted this information but till now didn't get any
reply.
If anybody knows please reply as soon as possible. It is very urgent.

Thanks & regards,
Tietotieto

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to