> Thanks ... overall Im a noob with this, but currently have implemented
> OAuth - yet not sure where to go after the below....
> 
>  OAuth is working via this process/steps (much like Tipjoy's process)
> ---->  I go to my test homepage ---> click Twitter button --- >  box
> appears
> saying you can publish this action to Twitter, click ok ---->   from
> here it goes to the OAuth screen where I enter my Twitter credentials
> ---> then takes me to page
> I specified in the Twitter registration form asking to approve X
> action via a button.
> 
> Im stuck at the button as for example when I hit it I have coded it so
> box disappears and music starts playing, but have no idea what code or
> how to publish into users' Twitter feed.

At that point, assuming you have an access token now (you do, right?), then
you use the Twitter API to update the user's status, passing the access
token along with the request. This is the method you want:

        http://apiwiki.twitter.com/REST+API+Documentation#statuses/update

but you should probably go through the page at large so you understand
how the API works.

-- 
------------------------------------ personal: http://www.cameronkaiser.com/ --
  Cameron Kaiser * Floodgap Systems * www.floodgap.com * [email protected]
-- BOND THEME NOW PLAYING: "Nobody Does It Better" from "The Spy Who Loved Me"

Reply via email to