Pedro, As Devendra said, orkut-os-client uses 3-legged OAuth.
~Prashant On Aug 11, 6:58 am, devendra devendra <[email protected]> wrote: > Well, I also did not find a document reading clearly that the java library > only supports 3 legged authentication but: > > a) Initial announcement > (http://googlecode.blogspot.com/2010/05/announcing-orkut-java-client-l... > ) > said: "Using three-legged OAuth, you can get friends’ profile data, post and > retrieve status and activity updates, read and write scraps, create and > retrieve photo albums, and upload pictures." > > b) READEME with java library points to the link > (http://code.google.com/apis/accounts/docs/RegistrationForWebAppsAuto....) > to > get consumer key and shared secret. > > c) I also found that the consumer key/shared secret which I got by > registering my gadget app did not work with java library > > Regards, > Devendra > > 2010/8/10 Pedro Gonçalves <[email protected]> > > > > > So in order to use the library, I must use the 3-legged authentication, > > and must register a domain? > > > Cheers, > > Pedro > > > On 10-08-2010 15:02, devendra devendra wrote: > > > Hi, > > > Others can correct me if I am wrong but I think, you cannot use your > > gadget app consumer key and secure id for java client library. If you want > > to just test the library, you can use "anonymous" for consumer key and > > shared secret both. That works. Or please get consumer key and shared secret > > by registering your domain on > >http://code.google.com/apis/accounts/docs/RegistrationForWebAppsAuto.... > > . > > > Regards, > > Devendra > > > On Tue, Aug 10, 2010 at 2:59 PM, pandre <[email protected]> wrote: > > >> Hi, > > >> I am trying to use the samples provided in java library (orkut-os- > >> client). > >> I am running TestOrkutAuth, but I always get > > >> Authentication FAILED > >> Exception in thread "main" net.oauth.OAuthException: > >> HTTP/1.1 400 Bad Request > >> Content-Type: text/plain; charset=UTF-8 > >> Date: Tue, 10 Aug 2010 09:09:19 GMT > >> Expires: Tue, 10 Aug 2010 09:09:19 GMT > >> Cache-Control: private, max-age=0 > >> X-Content-Type-Options: nosniff > >> X-XSS-Protection: 1; mode=block > >> Content-Length: 52 > >> Server: GSE > > >> Consumer is not registered: orkut.com:317487946397 > > >> at > >> net.oauth.example.desktop.DesktopClient.login(DesktopClient.java: > >> 201) > >> at com.google.orkut.client.sample.Transport.init(Transport.java:92) > >> at > >> com.google.orkut.client.sample.TestOrkutAuth.run(TestOrkutAuth.java: > >> 36) > >> at > >> com.google.orkut.client.sample.TestOrkutAuth.main(TestOrkutAuth.java: > >> 62) > >> Caused by: net.oauth.OAuthProblemException: HTTP/1.1 400 Bad Request > > >> I've tried to use "317487946397", "orkut.com:317487946397" and > >> "google.com:317487946397" as the application key, but I always get the > >> same answer. > > >> I've created and validated a sample gadget (that's how I got the > >> consumer key and secret). > > >> All I want is to get OAuth authentication data so that I can start > >> using Orkut client library > > >> -- > >> 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%2Bunsubscrib > >> [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. > > > -- > > 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%2Bunsubscrib > > [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.

