[google-appengine] Re: Twitter + OAuth Python example

2011-03-20 Thread Raisen
Thanks a lot. That took care of my questions :) On Mar 20, 2:46 pm, Bart Thate bth...@gmail.com wrote: Try tweepy, its really nicely written. http://joshthecoder.github.com/tweepy/docs/auth_tutorial.html#oauth-a... http://joshthecoder.github.com/tweepy/docs/auth_tutorial.html#oauth-a...

[google-appengine] Re: twitter oauth

2009-08-08 Thread Mark Essel
Nothing simple like callback from Twitter (btw how do you set your callback from Twitter for localhost?) On Aug 7, 6:45 pm, Ben Adida b...@adida.net wrote: 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

[google-appengine] Re: twitter oauth

2009-08-07 Thread Jason Salas
i saw something about OAuth being down...probably not your code. :) On Sat, Aug 8, 2009 at 8:15 AM, Ben Adidab...@adida.net wrote: Hi folks, I've been developing an app that does logins via twitter's oauth API. I'm using twitteroauth-python

[google-appengine] Re: twitter oauth

2009-08-07 Thread Ben Adida
Yeah, yesterday I didn't think it was an issue, given the Twitter downtime, but today it's working fast and well from my desktop machine in dev, so I don't understand. I've logged more info, and I'm getting what seems to be the dreaded applicationerror 5, a timeout.. but again it's super fast

[google-appengine] Re: twitter oauth

2009-08-07 Thread Ben Adida
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