Dear Twitter, I have implemented a twitter client in C. I have used xAuth authentication.
I have used pagination for each http request for home page/user time line request. Please look the below url, this was used for getting home tweets *http://api.twitter.com/1/statuses/home_timeline.json?page=1* This http request response json data count is 17 other times may be 20 I did not get consistent 20,, I expect the count is 20. My question is to getting 20 count of each http request, what can I do for the http request? Could you please help me.. I am waiting for your response.. Regards, George -- 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
