I am working on a web app and it's been working fine all day, but for
the last few hours the results have changed dramatically.

I use the following to get my timeline, normally I would retrieve 200
tweets at a time but thought I would test it out at lower numbers.
This line works fine and retrieves my last 5 tweets.
https://api.twitter.com/1/statuses/user_timeline.xml?screen_name=stevenbullen&count=5&page=1&include_entities=TRUE

Now if I change that to page 2 to get the next 5 tweets I only receive
4 tweets.
https://api.twitter.com/1/statuses/user_timeline.xml?screen_name=stevenbullen&count=5&page=2&include_entities=TRUE

So was wondering if any issues with the API? Also if it did have a
problem does it always get tweeted on @twitterapi?
Many thanks in advance

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk

Reply via email to