You are using php osapi, not the library i mentioned before. Download it again from: code.google.com/p/orkut-os-client-php
<http://code.google.com/p/orkut-os-client-php>Also read the page. There is a sample included, which allows you to grab scraps, send scraps, reading friends. -Robson Dantas 2010/9/21 Dennis Monsewicz <[email protected]> > I downloaded the PHP library and have got it somewhat working inside of the > CodeIgniter Library > > Here is my code: > > class Orkut_api extends osapi { > public function __construct($params = array()) { > $this->provider = new osapiOrkutProvider(); > $this->signer = new osapiOAuth2Legged("orkut.com:consumer_key", > "consumer_secret"); > } > public function makeConnection() { > $osapi = new osapi($this->provider, $this->signer); > return $osapi; > } > } > > but for some reason I am only getting back the osapi object but I am not > sure as to what do with it. > > I am trying to authenticate a user through my site, but am having the > hardest time. > > Sorry for being ignorant to this, I am just new to working with this set of > APIs. > > Thanks for all of your help thus far! > Dennis > > On Mon, Sep 20, 2010 at 6:23 PM, Robson Dantas <[email protected]>wrote: > >> Yes, using OAuth. >> >> Java: >> http://code.google.com/p/orkut-os-client >> >> PHP: >> code.google.com/p/orkut-os-client-php >> >> Take a look there. >> >> -Robson Dantas >> >> 2010/9/20 Dennis Monsewicz <[email protected]> >> >>> I am writing a application that will allow users to pull in information >>> from their orkut accounts (ie, first and last name and email address) but I >>> am lost as to how to go about doing this. >>> >>> Does Orkut work in the same way Facebook does in allowing users to >>> authenticate through another website? >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "orkut Developer Forum" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]<opensocial-orkut%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/opensocial-orkut?hl=en. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "orkut Developer Forum" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<opensocial-orkut%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/opensocial-orkut?hl=en. >> > > > > -- > Dennis Monsewicz Jr. > Web Designer/Developer > Cell: (256) 339-8716 > www.dennismonsewicz.com > > -- > You received this message because you are subscribed to the Google Groups > "orkut Developer Forum" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<opensocial-orkut%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/opensocial-orkut?hl=en. > -- You received this message because you are subscribed to the Google Groups "orkut Developer Forum" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/opensocial-orkut?hl=en.

