During last several days, I've found that Twitter API frequently gives
wrong information, especially tweet ID.

For example, API send to me the tweet ID '12226467568025600' of
HuffingtonPost, the tweet URL is therefore following:

* [wrong] http://twitter.com/#!/HuffingtonPost/status/12226467568025600

However, you can notice that it is actually not from HunffingtonPost
but from other guy.

The correct tweet ID must be 12226467568025601 (wrong ID plus one).

* [correct] http://twitter.com/#!/HuffingtonPost/status/12226467568025601

How can I deal with this problem?


By the way, I'm curious if Twitter developers are aware of this severe
bug.

-- 
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

Reply via email to