jquery-tweetMachine icon indicating copy to clipboard operation
jquery-tweetMachine copied to clipboard

show tweets of my username only

Open rvbz opened this issue 11 years ago • 3 comments

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

rvbz avatar Jun 20 '13 16:06 rvbz

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

ryangiglio avatar Jun 20 '13 18:06 ryangiglio

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 avatar Jul 03 '13 00:07 jasonujmaalvis

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

jasonujmaalvis avatar Jul 03 '13 18:07 jasonujmaalvis