You could start with @Abraham's TwitterOAuth library:
<http://github.com/abraham/twitteroauth>

You don't need the whole code, just the library itself, and these 2 lines :
$connection = new TwitterOAuth(CONSUMER_KEY, CONSUMER_SECRET,
OAUTH_TOKEN, OAUTH_TOKEN_SECRET);
$connection->post('statuses/update', array('status' => 'Test tweet'));

Tom


On 9/28/10 2:42 PM, Velvet wrote:
> Hello,
> 
> This is the first time I work on a API installation, Therefore be
> patient with me.
> 
> I'm looking into installing a script on my website were it'll read an
> RSS file and periodically will send 3 or 4 records to twitter as a
> tweet.
> 
> I already have the oauth keys.
> 
> Is there a simple PHP code that will show me how to send a sample
> tweet to twitter.  I think I could take it from there.
> 
> Any Help will be greatly appreciated.
> Thanks
> 

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

Reply via email to