Hi Chris, 1- If you want to use 2legged OAuth, you need to create an opensocial gadget, and a user must install it to allow you to read social data outside orkut. With your opensocial gadget you can go to the website to get consumer key and secret.
There're many libs available: http://code.google.com/p/opensocial-php-client/ http://code.google.com/p/opensocial-java-client/ http://code.google.com/p/opensocial-python-client/ http://code.google.com/p/opensocial-net-client/ 2- If you want to use 3legged OAuth, you need to go to http://code.google.com/apis/accounts/docs/RegistrationForWebAppsAuto.html#newand get consumer key and secret. But, using 3legged OAuth you will need to open the browser to get the access token. In the other hand, you will have access to many other features. There's a java based project: http://code.google.com/p/orkut-os-client/ And a in progress php project: http://code.google.com/p/orkut-os-client-php/ Regards Robson Dantas 2010/6/29 Chris Ma <[email protected]> > hi,I am new to Orkut and OAuth, I want to write an app to get user > album pictures. > > 1: Do I need a consumer key and secret key for my android app? how to > get it? because its android app. I dont know how to verify at this > link https://www.google.com/gadgets/directory/verify > > 2:I have signed up for sandbox, but it always redirect to my orkut > account(user interface not developer interface) > > Thank you very much > > -- > 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]<opensocial-orkut%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/opensocial-orkut?hl=en. > > -- 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.

