jquery-tweetMachine
jquery-tweetMachine copied to clipboard
show tweets of my username only
Hi all, is there a way that I can show the tweets of my username only????
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
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:
- Ability to choose "search/tweets" or "statuses/user_timeline" as an endpoint.
- Parameters for "statuses/user_timeline" include: username, count, include retweets and exclude replies
I will post up the code on here tomorrow!
Thanks, Jason
This functionality is now included under my forked repo: https://github.com/jasonalvis/jquery-tweetMachine