You can translate the question and the replies:

Twitter tweets limiting

I am trying to get the tweets from twitter using below query https://api.twitter.com/1.1/search/tweets.json?q=@query&count=@count&since=@from_date&until=@to_date I have flattened the statuses field and created the view. For every api call it is returning just recent 100 tweets, even when i pass the count parameter to be 1000. But when I use the query with R language I am able to get all the 1000 tweets. Can you help me to figure out what exactly could be causing this?
user
20-10-2016 03:30:41 -0400
code

1 Answer

Hi, Have a look at the below article from the knowledge base which will help you to return more than 100 tweets by modifying the pagsize parameter. [Connecting Twitter and the Denodo Platform](https://community.denodo.com/kb/view/document/Twitter,%20sentiment%20analysis%20and%20Denodo?category=Custom+Elements) Hope this helps!
Denodo Team
25-10-2016 04:02:09 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here