Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

is there a way to get tweets from some specific user and since some time of period? I see that statuses/user_timeline has the screen_name param which I can search for specific user's tweets but can't filter these tweets by date created. so if I want to get this user's past 1 week tweets what are some ways to do it?

share|improve this question

1 Answer

Your only option is to use GET statues/user_timeline and page backwards in time until you either run out of results or get back statuses that are older then the time range of interest.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.