Re: [orkut-developer] Support plan for OAuth 2.0

2011-04-16 Thread Tiago Silveira (Google)
Roberto, there are many OAuth apps out there that are not orkut gadgets. You can get an oauth key and secret here: http://code.google.com/apis/accounts/docs/RegistrationForWebAppsAuto.html#new 3LO works as long as you send RPC requests to (sandbox.)?orkut.com/social/rpc. The libraries Robson

Re: [orkut-developer] Support plan for OAuth 2.0

2011-04-07 Thread Roberto Scattini
hi sung, as i understand, orkut supports 2-legged OAuth only for applications living inside orkut. for external applications, the only way to go is 3-legged OAuth. hope it helps. 2011/4/4 Sung won Cho ajou...@gmail.com Dear All. In orkut's documents, it said that the only way to

[orkut-developer] Support plan for OAuth 2.0

2011-04-04 Thread Sung won Cho
Dear All. In orkut's documents, it said that the only way to authentication with OAuth is 2-legged OAuth is available. If orkur has plan to support OAuth 2.0, plz let me know about it. IF orkut already support, OAuth 2.0, can I know how should I fill scope of OAuth 2.0 request URI? As a

Re: [orkut-developer] Support plan for OAuth 2.0

2011-04-04 Thread Robson Dantas
Documentation is outdated. Orkut allows you to connect using 3legged oauth. There are some libraries available: Java: http://code.google.com/p/orkut-os-client PHP http://code.google.com/p/orkut-os-client-php .NET http://code.google.com/p/orkut-oauth-api-csharp/ There are lots of information