I was making this opensocial application which makes only 1 Twitter
API call during its execution, i.e. to get a user's tweets in JSON
format.

However, even if I run the application only a couple of times, next
time it gives the error " Rate Limit exceeded. Only 100 api calls
allowed per hour" and the with status code 400.

Does twitter take into account only the client IP address to determine
the no. of calls made to it? Doesn't it take into account the
application that is sending the api call? Even so, the result from the
twitter api call is always very unstable :|
Sometimes, it returns with the error code 500 and 502.

I'm using AJAX to make the api call.

PS: Meanwhile, I am trying to find a way to be able to cache the
twitter response :)

Reply via email to