[orkut-developer] Authentication Problems

2010-09-22 Thread Dennis Monsewicz
Are there issues with Orkut currently? Because now when I am using the test on my localhost I am getting an authentication error when I try to get my friends list. UGH! This is so frustrating... this was working about an hour ago and now its not! Please Help! -- Dennis Monsewicz Jr. Web Designer

[orkut-developer] Re: Promote gives Bad Request only for my domain

2010-09-22 Thread fernando_fr
It's working perfectly now. Thanks, Prashant! Fernando -- You received this message because you are subscribed to the Google Groups "orkut Developer Forum" group. To post to this group, send email to opensocial-or...@googlegroups.com. To unsubscribe from this group, send email to opensocial-o

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 wrote: > When authenticated, your access token is stored in a session. Af

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

[orkut-developer] mapData() method called, but keep receiving error (PHP lib)

2010-09-22 Thread Dennis
This is the error I keep getting Argument 1 passed to Orkut::mapData() must be an array, null given here is my CI library orkut = new Orkut($orkut_params['consumer_key'], $orkut_params['consumer_secret']); $this->CI =& get_instance(); } pub

[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] Orkut Oauth

2010-09-22 Thread Dennis Monsewicz
Yes this is closed. On Wed, Sep 22, 2010 at 9:03 AM, Robson Dantas wrote: > I think we closed this discussion on orkut-php-client library, right ? > > Regards > > Robson Dantas > > 2010/9/21 Dennis Monsewicz > >> Ok I downloaded the orkut os client lib >> >> But when I point my browser to http:

Re: [orkut-developer] Orkut Oauth

2010-09-22 Thread Robson Dantas
I think we closed this discussion on orkut-php-client library, right ? Regards Robson Dantas 2010/9/21 Dennis Monsewicz > Ok I downloaded the orkut os client lib > > But when I point my browser to http://myurl.com/orkut-os/test and login > and I am redirected (after granting permission) to aut

Re: [orkut-developer] Does orkut onsite application allow only xml url ?

2010-09-22 Thread Robson Dantas
Hi, There are 2 models you can follow: 1- A regular opensocial app, which is mandatory having a xml file, in order to have your app inside Orkut directory. In this case, you need to inform where your xml is located; 2- Develop you app using 3legged oauth library, which you can have Orkut social

Re: [orkut-developer] Re: OAuth: Timestamp Refused

2010-09-22 Thread Robson Dantas
Tiago, Yes, I'm still getting authentication problems on sandbox and production. Allan (another guy who is creating a Javascript library), also reported errors on sandbox. Is it a confirmed issue ? Anything already done to solve? -Robson Dantas 2010/9/8 Robson Dantas > My endpoint is pointin