[twitter-dev] iPhone - application or web? What URL if web?

2011-01-24 Thread Rob Wilson
Hi, When I registered my application with Twitter, I was asked whether it was an application, or website. The latter required a URL callback. I tried to select website with 'oob' as the callback URL (as seen in the documentation notes), but the registration form rejected oob as an invalid

[twitter-dev] Request hometimeline with COUNT=1 returns 20-30 tweets.

2011-03-08 Thread Rob Wilson
Hi, When my application first starts up, I want to display only the very last tweet, so I ask for the timeline with the COUNT parameter set to 1, oddly I then receive say 20-30 tweets. I then plan to periodically ask for any new tweets since the highest ID last returned, then keep repeating the

Re: [twitter-dev] Request hometimeline with COUNT=1 returns 20-30 tweets.

2011-03-09 Thread Rob Wilson
1 tweet back. The URL I am requesting looks like this:     https://api.twitter.com/1/statuses/home_timeline.json?count=1 Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Tue, Mar 8, 2011 at 10:45 PM, Rob Wilson netp...@gmail.com wrote: Hi, When my

[twitter-dev] Rate limiting - per user or per application key?

2011-05-31 Thread Rob Wilson
Hi, I am writing an iPhone application that uses the Twitter API, using oAuth. Could you please clarify that the 350 requests per hour are tied to the logged in user and not the application key? If not, do I need to white-list to prevent this becoming a problem? Cheers, Rob. -- Please

Re: [twitter-dev] Rate limiting - per user or per application key?

2011-05-31 Thread Rob Wilson
application. Tom On 5/31/11 2:37 PM, Rob Wilson wrote: Hi, I am writing an iPhone application that uses the Twitter API, using oAuth. Could you please clarify that the 350 requests per hour are tied to the logged in user and not the application key? If not, do I need to white-list

[twitter-dev] iPhone twitter client

2011-01-16 Thread Rob Wilson - SpikyOrange
Hi, I'm planning on integrating with Twitter on the iPhone, I'm surprised that unlike Facebook, Twitter does not provide a standard Objective-C library, but I have found MGTwitterEngine. The problem is, the setup instructions are not that clear, then I found 'by accident' the