Hi Taylor,

It looks like you're using a Twitter API widget on oscars.org -- the Twitter
API is rate limited by IP address -- if you're on a network with a lot of
other people (in an office building with a shared external IP address, for
example), often the amount of API calls that can be made to Twitter are
exhausted by all the shared traffic. When I look at oscars.org, the
visibility of the feed is dependent on the IP address I'm accessing from.

One way to mitigate this perspectival issue:
  - Instead of using a pre-packaged Twitter widget, implement the logic
yourself, server-side. You can then control how frequently the feed is
fetched, allowing you to cache results and insure that a fetch is not
required for each page load of your site.

It's likely that the average visitor to your site will not see this issue
express itself.

Thanks,
Taylor

On Fri, Nov 12, 2010 at 2:37 PM, iluvpinkerton <iluvpinker...@gmail.com>wrote:

> We recently added a twitter feed to our website and it was working
> fine. Then we noticed that every once in while (a few times in the
> past couple hours) the tweets in the feed will disappear. A few
> minutes later it will be back again. However, I think it's important
> to note that when the tweets do not show up it seems as though the
> background color is still showing.
>
> www.oscars.org
>
> Can anyone help please?
>
> Thanks,
> -Taylor
>
> --
> Twitter developer documentation and resources: http://dev.twitter.com/doc
> API updates via Twitter: http://twitter.com/twitterapi
> Issues/Enhancements Tracker:
> http://code.google.com/p/twitter-api/issues/list
> Change your membership to this group:
> http://groups.google.com/group/twitter-development-talk
>

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

Reply via email to