Just an update... I've verified that the exact URL I'm trying to fetch from within GAE gets a response from Twitter, in my browser, in < 1 second. Since it's an oAuth request, the fact that I'm able to copy it from the logs and use it successfully means that GAE hasn't even issued the request to Twitter at all. Something is off with the GAE-to- Twitter connectivity...
-Ben On Aug 7, 3:15 pm, Ben Adida <[email protected]> wrote: > Hi folks, > > I've been developing an app that does logins via twitter's oauth API. > I'm using twitteroauth-python > > http://github.com/harperreed/twitteroauth-python/tree/master > > which has been working great in my dev environment. Unfortunately, now > that I'm starting to deploy, I'm getting errors at the point where the > code obtains a Request Token from Twitter. Specifically, the response > is empty. In parallel, I'm doing the same thing from my dev > environment, and it's successful. > > Has anyone seen this? Is there something weird about the request going > out to Twitter from GAE that's causing an issue? How can I debug this > more closely? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
