A question that I haven't been able to figure out by reading the
documentation...

I'm currently using the JSON call:

http://[username]:[passwo...@twitter.com/statuses/user_timeline/[username].json

...to retrieve tweets from a password-protected Twitter account. How
can I modify this call (or use some other call entirely) so that I
only retrieve tweets with an ID greater than a certain number? (I've
tried tacking on ?since_id=[id] to the URL, but that doesn't seem to
work.)

Thanks very much!

Reply via email to