drrasic / ionic_twitter_feed

Application-only authentication implemented in Ionic Framework, for displaying custom Twitter timelines
18 stars 10 forks source link

How to get tweets from specific user #6

Closed PterPmnta closed 7 years ago

PterPmnta commented 7 years ago

I need get always the last tweet from account , but i don't know if is possible with this example. I see the this in your answer in one question:

var twitterStreamURL = "https://api.twitter.com/1.1/statuses/user_timeline.json?screen_name=";
var qValue = "twitter";

But i need tweet from this account

@UniPopularCesar

What need to do, just put the profile name and replace value in qValue