Sam
Sam

Reputation: 1511

Twitter List API (PHP)

I've recently used a php version of the twitter search API to display tweets on my website.

Now I'm looking to use an API to show tweets from a list I have created on twitter, but I can't seem to find any resources or examples.

Upvotes: 0

Views: 1151

Answers (2)

Karthik Murugan
Karthik Murugan

Reputation: 1439

Using List Widgets is an alternative. No need to write any PHP code. By overriding the CSS styles you can integrate the widget into your website theme.

http://twitter.com/about/resources/widgets/widget_list

Upvotes: 2

cweiske
cweiske

Reputation: 31147

PEAR has a nice twitter API package; http://pear.php.net/package/Services_Twitter/ - that's probably easier than writing your own adapter.

Upvotes: 1

Related Questions