javascript - Using Twitter API to get images tweeted by a user (REST API) -


i'm using twitter rest api try , images specific user.

if use statuses/user_timeline, mixture of of textual tweets , images, , results limited 200. means can end 10 images per 200 results, because of text tweets involved in returned data.

what i'm trying instead, use tweets/search from:username filter:images keywords. have encountered issue: on twitter.com, search term from:gregory_onye filter:images returns few results, when using api receive 1 result...

can me issue?

see below search metadata:

"search_metadata":  {     "completed_in": 0.03,     "max_id": 579641668875452400,     "max_id_str": "579641668875452416",     "query": "from%3agregory_onye+filter%3aimages",     "refresh_url": "?since_id=579641668875452416&q=from%3agregory_onye%20filter%3aimages&include_entities=1",     "count": 100,     "since_id": 0,     "since_id_str": "0"   } 


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -