Hi,

I'm looking to fetch the user_timeline for various twitter users.

Testing it with twurl it seems that 'once authenticated' the id
parameter is not recognized and all calls to /statuses/
user_timeline.json with id=foo return only the authenticated users
timeline.

Testing it in an unauthenticated manner works. BUT since I plan on
calling this from a google appengine server, I presume since it is an
unauthenticated call it would be rate-limited by IP address and given
that the IP address is a google appengine one it would most likely be
rate-limited.

The other option is to grab the rss feed and not use the api call.

What would the appropriate/recommended way of proceeding be?

Thanks
S. Sriram

Reply via email to