ryangiglio / jquery-tweetMachine

A jQuery plugin that allows you to create a streaming Twitter feed using their new REST API v1.1
MIT License
49 stars 16 forks source link

Add support for different API endpoints #3

Open ryangiglio opened 11 years ago

ryangiglio commented 11 years ago

I'd like to support statuses/user_timeline, favorites/list, and lists/statuses before v1.0. After those, any other endpoints are a bonus.

A complete list of the API v1.1 endpoints can be found at the Twitter API Docs.

jasonujmaalvis commented 11 years ago

Support for statuses/user_timeline has now been added under my forked repo https://github.com/jasonalvis/jquery-tweetMachine

ryangiglio commented 11 years ago

Can you make a pull request for this so I can add it to the main repo?

jasonujmaalvis commented 11 years ago

Hi,

I've just made a pull request now, ( https://github.com/ryangiglio/jquery-tweetMachine/pull/17)

Thanks!

On 3 July 2013 23:32, Ryan Giglio notifications@github.com wrote:

Can you make a pull request for this so I can add it to the main repo?

— Reply to this email directly or view it on GitHubhttps://github.com/ryangiglio/jquery-tweetMachine/issues/3#issuecomment-20449262 .