I m loading twitter statuses as follows and instead of 6 i m getting 5 of them if i change that to 5 i m getting 4 so one less (count=1 gives 0 statuses) https://twitter.com/statuses/user_timeline/user_timeline.xml?count=6
i was reading documentation and they ve mentioned retweets, which i think i don t need however adding such param still give me one less https://twitter.com/statuses/user_timeline/user_timeline.xml?count=6&include_rts=true
as of now i m simply loading more then i need and just presenting 6 but has anyone an idea how this may be solved properly?