wipro.client
unread,Jan 16, 2009, 8:30:22 AM1/16/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Orkut Developer Forum, manish....@wipro.com, arun...@wipro.com, parima...@wipro.com
Hi All,
Please help me to know the following:
1. What will be the "http get request format" for geting activities
from orkut user.
is it some thing like ::
http://sandbox.orkut.com/social/rpc?groupId=@selff&id=myself&method=activities.get&oauth_consumer_key=orkut.com%3A623061448914&oauth_nonce=<oauth_nonce>&oauth_signature_method=HMAC-SHA1&oauth_timestamp=<oauth_timestamp>&oauth_token=&oauth_version=1.0&userId=@me&xoauth_requestor_id=<xoauth_requestor_id>&oauth_signature=<oauth_signature>
2.How to get the consumer key and consumer secret for my orkut
application.
3. What is the way to get the Phone number of a orkut profile.
I have registered the below gadget
http://opensocial-resources.googlecode.com/svn/samples/rest_rpc/sample.xml
Still i am not able to get the Phone numner of own profile.
Request that I am giving through browser is :
http://sandbox.orkut.com/social/rpc?groupId=@selff&id=myself&method=people.get&oauth_consumer_key=orkut.com%3A623061448914&oauth_nonce=<oauth_nonce>&oauth_signature_method=HMAC-SHA1&oauth_timestamp=<oauth_timestamp>&oauth_token=&oauth_version=1.0&userId=@me&xoauth_requestor_id=<xoauth_requestor_id>&oauth_signature=<oauth_signature>
(generated Orth tocken by using the Java Orth Library and Open Social
Java Client Sample program Consumer Key and comsumer secret Id values
and Viewer Id as obtained from sample gadget)
The response that I got is as below
{"id":"myself","data":
{"photos":[{"value":"
http://img1.orkut.com/images/small/
1231160278/265092910/ep.jpg","type":"thumbnail"}],
"id":"09663142977818440782","isViewer":true,
"thumbnailUrl":"
http://img1.orkut.com/images/small/
1231160278/265092910/ep.jpg",
"name":{"familyName":"client","givenName":"wipro"},
"isOwner":false
}
}
Can you please help me to know why it is not providing the phone
number for the own profile and why isOwner" is comming as false.
Thanks in advance.
Regards,
Arun.