twitter user and request that that user is whitelisted. Sounds
perfect. I must have missed this in the docs.
On Mar 26, 12:43 am, Alex Payne <
a...@twitter.com> wrote:
> Indeed, whitelisting by authenticated user credentials (and soon,
> OAuth) is our preferred way to handle "clouds" and hosting farms.
>
>
>
> On Wed, Mar 25, 2009 at 05:32, Cameron Kaiser <
spec...@floodgap.com> wrote:
>
> >> We are building a photo microblog with twitter support and deploying
> >> on Google app engine. An issue we have run into is that making api
> >> calls with urlfetch the call is made by one of any number of Google
> >> worker servers with different IP addresses. So its quite likely that
> >> the request will get denied for being over quota for that particular
> >> IP address. I guess this is because there are too many developers
> >> using Google to talk to Twitter.
>
> >> Is it possible to white list an app without giving the IP address.
> >> Perhaps by passing some token or header with the request? If this is
> >> not possible I guess the best option is to proxy all our requests via
> >> another server which has a fixed IP address.
>
> > I don't recall if GAE is already whitelisted, but why not simply whitelist
> > by user credential?
>
> > --
> > ------------------------------------ personal:
http://www.cameronkaiser.com/--