[orkut-developer] Re: Get profile permission denied(orkut-python)

2010-07-08 Thread Prashant (Google)
Tower, What I meant was, the fact that you aren't getting an authentication failure but permission denied would rather mean that your second user (07253988588325867603) doesn't have the same application (orkut.com: 28804793479) installed on his/her profile as your first user (17497171432676567286)

Re: [orkut-developer] Re: Get profile permission denied(orkut-python)

2010-07-08 Thread 朱涛 Tower Joo
Hi Prashant: Thanks for your reply. But seems what we've done is correct. The following logs are quoted from the log file. 2010-06-21 13:27:11,248 DEBUG http.log_request Line:58 URL: GET > http://www.orkut.com/social/rest/people/17497171432676567286/@self?xoauth_requestor_id=17497171432676567286

[orkut-developer] Re: Get profile permission denied(orkut-python)

2010-07-07 Thread Prashant (Google)
Tower, 2-legged OAuth for firing either REST/RPC requests to orkut is useful only in the context of an app server requesting details about the users who have the app installed, as Robson said and as also mentioned in the guide (http://code.google.com/apis/orkut/docs/rest/ developers_guide_protocol

Re: [orkut-developer] Re: Get profile permission denied(orkut-python)

2010-07-05 Thread 朱涛 Tower Joo
Hi Prashant: Thanks for your reply. Let me provide more information about the issue we met. 1. we are using Python/Django as the backend technique, and we are using opensocial-python-client( http://code.google.com/p/opensocial-python-client/). Just checked the google code project, the version we

[orkut-developer] Re: Get profile permission denied(orkut-python)

2010-07-04 Thread Prashant (Google)
Hi Tower, Since you already verified, looks like you do have the right keys that Robson is talking about. Can you please explain a bit more exactly what those users are doing that get the permission denied? Prashant On Jul 3, 7:10 pm, 朱涛 Tower Joo wrote: > Hi Robson: > > Thanks for your reply.