Quantcast
Channel: How to fetch multiple twitter user's feed in API 1.1 - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by bdereta for How to fetch multiple twitter user's feed in API 1.1

You can use Search: https://api.twitter.com/1.1/search/tweets.json?q=from%3A[twitter_username_1]+OR+from%3A[twitter_username_2]Just make sure you don't go over a certain number of users (15-20),...

View Article



Answer by Cormac Driver for How to fetch multiple twitter user's feed in API 1.1

The statuses/user_timeline API endpoint only supports getting the tweets for a single user, so if you want to get the tweets for eight users you'll need to make 8 requests. There is a way around this...

View Article

How to fetch multiple twitter user's feed in API 1.1

I am using twitter latest REST API v1.1 and application-only authentication to fetch 8 users today's feed/status to show in a listView. I was using...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images