I am currently integrating Twitter with a small social network. I am
using PHP and the twitteroauth library. The idea is that a user can
sync their account to their Twitter. So when they post on their wall,
it will send a tweet and it will post their tweets onto their wall.
Currently, I am gathering user tweets via a PHP script run by cron
that runs like this:
1. go through every user that has connected to their twitter account
2. pull the last 20 tweets for each user.
3. See if any of these tweets are new. If so, deposit into database.
--
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
Fenn Bailey has done a good job with it. Best of all, you can still
use basic authentication instead of OAuth! You don't run it as a cron
job, but you must be able to run it from a script that is a continuous
background process. If your webhost lets you use the nohup command,
you are all set.
> --
--
Adam Green
Twitter API Consultant and Trainer
http://140dev.com
@140dev