Hi, I developed a Wordpress theme and I sold about 400 copies of it. This WP theme has got a widget, I developed, to displays the recent tweets of a particular account, filled by the owner of the theme. The widget works fine for all of my clients, except for two of them, I don’t know why.
I cached the tweets, so the client makes only two requests per hour. The requests are stored in a static file and the user read the static file, so the requests can’t be more than 150 per hour, but this is what the static files returns since its first visit:
{“request”:"/1/statuses/user_timeline/themadmuseum.json?count=1000&include_rts=false",“error”:“Rate limit exceeded. Clients may not make more than 150 requests per hour.”}
What could it be? Maybe the domain name? This is one of the two domains: http://www.mechanicalmuseum.co.uk/
What should I check?
TIA
Manuel 