Hi guys,
I want to search for popular tweets by hashtag. (I use the hashtag “dog”).
So, I try to use “/1.1/search/tweets.json” endpoint with the parameter “result_type” as “popular”. API returns only 5 items and ignores the parameter “count”. Ok, then I want to navigate to the next page of results(I take data from “next results” field from the meta object from the result and make a request) but API returns an empty result.
So, I have two issues:

  • “count” parameter is ignored
  • pagination doesn’t work.

Could you help me, please?
Or maybe there is a possibility to search popular tweets by hashtag using API v2?

Thanks in advance!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.