The below call tries to get twitter post since: 2176149991981057 but I get the tweets for the first page. max_id is fine but just the since_id is the problem. Am I missing something?
https://twitter.com/statuses/friends_timeline.json?count=100&oauth_consumer_key=[removed]&oauth_nonce=[removed]&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1289425367&oauth_token=[removed]&oauth_version=1.0&since_id=2176149991981057&oauth_signature=[removed] [First page] Top Twitter post ID: 2474929752645632 BottomTwitter post ID: 2376727787470848 Going to older 2nd page: max_id 2376727787470848 [2nd page] 2375603508477952 2176623264665600 Going to older 3rd page: max_id 2176623264665600 [3rd page] 2176149991981056 2056617872859136 Going back to 3rd page: NEWER since_id 2176149991981056 --------------------------------------------------------BELOW list of msgs is same as first-page's list------------------------------- 2474929752645632 2376727787470848 -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group: http://groups.google.com/group/twitter-development-talk
