Re: [orkut-developer] OAuth Authentication FailureOAuth Authentication Failure

2011-04-05 Thread Allann Jones
I'm using pure JavaScript with ClientLogin authentication, OAuth, opensocial. On Tue, Apr 5, 2011 at 3:40 PM, Robson Dantas wrote: > Allan, > Which library are you using ? > Best > Robson Dantas > @robsondantas > > On Tue, Apr 5, 2011 at 3:09 PM, Allann Jones wrote: >> >> From yesterday to now

Re: [orkut-developer] OAuth Authentication FailureOAuth Authentication Failure

2011-04-05 Thread Robson Dantas
Allan, Which library are you using ? Best Robson Dantas @robsondantas On Tue, Apr 5, 2011 at 3:09 PM, Allann Jones wrote: > From yesterday to now I am receiving lots of this errors using 3-legged: > > > > OAuth Authentication FailureOAuth Authentication Failure > > > OAuth Authentication

Re: [orkut-developer] Auth basic problem

2011-04-05 Thread Robson Dantas
Roberto, yes works. Just find the similar line on 2legged. My library was based in this one. You will notice that the errors are intermitent. Sometimes you get, sometimes, not. Best Robson Dantas @robsondantas On Tue, Apr 5, 2011 at 12:26 PM, Roberto Scattini wrote: > robson: > > 2011/4/5 Rob

[orkut-developer] OAuth Authentication FailureOAuth Authentication Failure

2011-04-05 Thread Allann Jones
>From yesterday to now I am receiving lots of this errors using 3-legged: OAuth Authentication FailureOAuth Authentication Failure OAuth Authentication FailureOAuth Authentication Failure Error 401 -- -- Allann Jones "I received the fundamentals of my education in school, but that was no

Re: [orkut-developer] Auth basic problem

2011-04-05 Thread Robson Dantas
If i were you, would try 3legged instead of 2legged. Basically, some features are not implemented on 2legged, sending scraps for example. Another thing is that you need an app running on orkut in order to make 2legged work. Did you check the examples i provide in the 3legged ? See it up and runni