I am newly started searching the twitter API and to gain time I would like to ask and hope to learn about that. Which method of Twitter API can give me someone’s all tweets between a date period. (I will set that user and date period. And using PHP)
Share
None.
Twitter API has limitations and this is quite understandable because of the number of tweets in the database and the load that could be created by such queries.
You may use user_timeline however, if last 3,200 updates will suffice.
EDIT: I have corrected my answer following Jessycat’s answer (was: 32,000 tweets, changed to 3,200 tweets).