Chris Hansen
Chris Hansen

Reputation: 8685

Twitter Streaming API

I want to use Twitter's Streaming API to collect all of the tweets of users signed onto my website - of course I would have an oauth token and secret for them, but I want to store their tweets as they make them. Is that possible with the Streaming API? If so, can anyone point me to some PHP library that will help me implement such a task? I tried looking in to Phirehose, but I don't understand how to use that library to get the feeds of all the users signed up on my website. Any help would be greatly appreciated.

Upvotes: 2

Views: 3714

Answers (1)

Chamilyan
Chamilyan

Reputation: 9423

Take a look at the 140 Twitter Server.

Adam creates a lot of great helper code around the twitter API, a lot of great articles too.

Upvotes: 3

Related Questions