Hey!
I am new here and i try to play with the API. What i want to build is a website where i can “analyze” the information from a users timeline.
The Problem is that if i start the API-call i’ll just receive Tweets from [24. Feb] - [now]. So there are just ~48 Tweets i receive. I even tried to use “&count=1000” to get some more Tweets, but nope.
Are there any limitations or problems with that idea? I want to parse a single time all tweets to save them in my Database.
I am using: "https://api.twitter.com/1.1/statuses/user_timeline.json"
with “?screen_name=$user&include_rts=false&exclude_replies=true&count=1000”
hope you guys can help me.
Greetings!