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 17 forks source link

show tweets of my username only #16

Open rvbz opened 11 years ago

rvbz commented 11 years ago

Hi all, is there a way that I can show the tweets of my username only????

ryangiglio commented 11 years ago

Unfortunately that feature isn't supported yet. It's part of this "enhancement" that hasen't been made yet: https://github.com/ryangiglio/jquery-tweetMachine/issues/3

To get tweets from your username, you'd need to add support for the "statuses/user_timeline" endpoint. The details are here: https://dev.twitter.com/docs/api/1.1/get/statuses/user_timeline

jasonujmaalvis commented 11 years ago

Hello,

Just to let you know I have added this feature, I required it for a theme I'm working on and therefore added the functionality.

Added functionality:

  1. Ability to choose "search/tweets" or "statuses/user_timeline" as an endpoint.
  2. Parameters for "statuses/user_timeline" include: username, count, include retweets and exclude replies

I will post up the code on here tomorrow!

Thanks, Jason

jasonujmaalvis commented 11 years ago

This functionality is now included under my forked repo: https://github.com/jasonalvis/jquery-tweetMachine