[orkut-developer] Stuck in Authorization loop

2010-09-22 Thread Dennis
I am trying to port the library over to my CodeIgniter application and when I navigate to the url to access the orkut auth, I am sent over to google to grant my application access to my orkut account, but after accepting it keeps sending me back to step 1 with google to authorize my application to

Re: [orkut-developer] Stuck in Authorization loop

2010-09-22 Thread Robson Dantas
When authenticated, your access token is stored in a session. After signing in, for some reason, if the session is not created, you will get redirected again to Google's authentication website. You need to check if this session is being created, in order to avoid this. Open the test and check how

Re: [orkut-developer] Stuck in Authorization loop

2010-09-22 Thread Dennis Monsewicz
Thanks! I actually got it working, but am getting some odd error, but I think its because I am porting this lib over into a CodeIgniter Lib and therefore its just not working. On Wed, Sep 22, 2010 at 1:23 PM, Robson Dantas biu.dan...@gmail.com wrote: When authenticated, your access token is