Hi all,

I'm developing a twitter client app and I'm trying to find out how do I
navigate through the timeline.

I've implemented oauth and have a lot of methods working, including
retrieving the timeline.

A call to http://api.twitter.com/1/statuses/home_timeline.json gives me the
first 20 tweets, but I want to know if it's possible to get, for instance,
the next 20.

I've tried with:

http://api.twitter.com/1/statuses/home_timeline.json?count=40
http://api.twitter.com/1/statuses/home_timeline.json?max_id=26488109595

But I always receive 401 Unauthorized... So I guess I'm messing it up with
my base string to sign...

How should the base string look when the url has extra paramenters?

Regards!
Miguel.

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