json - Twitter: Rate limit exceeded, do tweet buttons count as a request? -



json - Twitter: Rate limit exceeded, do tweet buttons count as a request? -

i've got twitter feed caches request twitter. @ gets feed every 10 minutes (so that's 6 times hr out of max limit of 150).

i regularly issues when rate limit exceed. reason can think of causing because of tweet buttons used elsewhere on site.

does using tweet button count request, , if so, what's best way cache results?

i'm using json request: http://twitter.com/status/user_timeline/user_account.json?count=2

what want utilize request tweet buttons, don't think it's rate limited.

http://urls.api.twitter.com/1/urls/count.json?url=http://somelink.com&callback=twttr.receivecount

twitter link count twitter rest api

json caching twitter twitter-feed

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -