On Mar 10, 6:54 am, Doug Williams <d...@twitter.com> wrote: > Can you tell me which library you are using?
It's just a basic library that was given as part of a class at Stanford on iPhone development. If you want to download the source, it can be downloaded from http://www.stanford.edu/class/cs193p/cgi-bin/index.php; download the file called Presence4Files.zip. > Also, can you include sample code of the request you are making (obscure your > credentials of course)? The request made by the Objective-C method I'm calling is: http://[username]:[passwo...@twitter.com/statuses/user_timeline/[username].json?since_id=[id] If I leave off the since_id, it works as expected. When I specify the since_id, it still works, but it doesn't honor the since_id in any way. Thanks very much, Greg