[OpenSocial] Re: Opensocial-php-client-0.2

2009-01-28 Thread Arne Roomann-Kurrik
If you have any questions about the client libraries, please forward them to the OpenSocial client libraries discussion group, available here: http://groups.google.com/group/opensocial-client-libraries Thanks, ~Arne On Jan 28, 3:34 am, alvin123 wrote: > $config = array( >   "oauth_consumer_key

[OpenSocial] Re: Opensocial-php-client-0.2

2009-01-28 Thread alvin123
$config = array( "oauth_consumer_key" => "orkut.com:141580622999", "oauth_consumer_secret" => "GaDpEl/61fTHu3mMd4MIbIfu", "server_rest_base" => "http://sandbox.orkut.com/social/rest/"; ); $opensocial = new OpenSocial($config); $person = $opensocial->fetchPerson('03067092798963641994'); //

[OpenSocial] Re: Opensocial-php-client-0.2

2009-01-28 Thread Chintan
Thanks, I have got oauth details with other appication. Warm Regards, On Wed, Jan 28, 2009 at 3:01 PM, alvin123 wrote: > > Hi yoichiro, Soumya, > > Thanks for guiding me. I submit the url of my application but it gives > following error. > > I have also copy and paste that token to my page and

[OpenSocial] Re: Opensocial-php-client-0.2

2009-01-28 Thread alvin123
Hi yoichiro, Soumya, Thanks for guiding me. I submit the url of my application but it gives following error. I have also copy and paste that token to my page and also upload it. But, it's unable to read. We were unable to verify that you are an owner of the gadget located at: http://www.shahpar

[OpenSocial] Re: Opensocial-php-client-0.2

2009-01-28 Thread yoichiro
Hi Soumya, alvin123, You must get Consumer key and Consumer secret for accessing to Orkut with OAuth authorization. These values can be issued using the following site: https://www.google.com/gadgets/directory/verify For getting these values, you'll need to develop and register any gadget to or

[OpenSocial] Re: Opensocial-php-client-0.2

2009-01-28 Thread alvin123
Hey, I also want to know the same thing. I have downloaded open social php library. I have run the showperson.php example. But, I don't understand how to create $config = array( "oauth_consumer_key" => "orkut.com:623061448914", "oauth_consumer_secret" => "uynAeXiWTisflWX99KU1D2q5", "serve