Get the total number of tweets from an API search result?

Hi Guy. I'm trying to count all the tweets from a Twitter search API response, who has any ideas?

Everything I tried does not seem to work, I do everything with jSON, so I think it is best to get max_id and subtract the identifier from the first element in the object. But I think that he did not give me the correct number.

+4
source share
1 answer

I assume that you cannot do this: twitter api docs do not show anything, and you can see Count the number of results for a specific word on Twitter for more details.

+2
source

All Articles