iphone - Authenticate twitter to get json feed -


I have a "rate limit exceeded" issue on my app, I'm getting a feed:

  http://twitter.com/status/user_timeline/bbcnews.json   

But it tells me that the rate limit has exceeded. I understand that This is combined for all users of this app.

Itemprop = "Text">

Documents per Twitter:

"Unauthorized calls are allowed 150 requests per hour. The unauthorized call server or the requesting device is measured against the public IP."

So, for a mobile device, this limit will be per device basis, not the total.

If you want an authenticated call, you will have to let the user user go through authentication authentication and store a token on the device for later calls. There are various sample projects on Github & Embedded; The rest of the web which will help you down this road

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -