Re: Code for Twitter+OAuth on Python/AppEngine

2009-02-18 Thread Stuart
Yup, it's working today. -Stuart 2009/2/17 Ryan W : > > Nice ugly error messages, aren't they great? Looks like it gets the > occasional (or perhaps more frequent) timeout when trying to contact > the Twitter API. The "DownloadError: ApplicationError: 5 " message is > App Engine's error when i

Re: Code for Twitter+OAuth on Python/AppEngine

2009-02-17 Thread Ryan W
Nice ugly error messages, aren't they great? Looks like it gets the occasional (or perhaps more frequent) timeout when trying to contact the Twitter API. The "DownloadError: ApplicationError: 5 " message is App Engine's error when it can't connect to the endpoint. Refresh a couple times to see

Re: Code for Twitter+OAuth on Python/AppEngine

2009-02-17 Thread Stuart
2009/2/17 Ryan W : > > Tremendous thank you to Tav for putting this together! > > The demo app now pulls your friend timeline and allows status updates: > > http://twitteroauth.appspot.com FYI, when I tried to log in this happened... Traceback (most recent call last): File "/base/python_lib/ve

Re: Code for Twitter+OAuth on Python/AppEngine

2009-02-17 Thread Alex Payne
That is super awesome. On Tue, Feb 17, 2009 at 11:38, Ryan W wrote: > > Tremendous thank you to Tav for putting this together! > > The demo app now pulls your friend timeline and allows status updates: > > http://twitteroauth.appspot.com > > > > On Feb 14, 9:42 pm, tav wrote: >> Hey all, >> >>

Re: Code for Twitter+OAuth on Python/AppEngine

2009-02-17 Thread Ryan W
Tremendous thank you to Tav for putting this together! The demo app now pulls your friend timeline and allows status updates: http://twitteroauth.appspot.com On Feb 14, 9:42 pm, tav wrote: > Hey all, > > Here's code I wrote to handle Twitter+OAuth on Google App Engine: > >  http://github.com

Re: Code for Twitter+OAuth on Python/AppEngine

2009-02-15 Thread Andrew Badera
Very Nice!! On Sun, Feb 15, 2009 at 12:42 AM, tav wrote: > > Hey all, > > Here's code I wrote to handle Twitter+OAuth on Google App Engine: > > http://github.com/tav/tweetapp > > Specifically: > > > http://github.com/tav/tweetapp/blob/7ba5452b9cc3787cc5f546303ffa44422778c0e5/source/oauth.py

Code for Twitter+OAuth on Python/AppEngine

2009-02-14 Thread tav
Hey all, Here's code I wrote to handle Twitter+OAuth on Google App Engine: http://github.com/tav/tweetapp Specifically: http://github.com/tav/tweetapp/blob/7ba5452b9cc3787cc5f546303ffa44422778c0e5/source/oauth.py @ryanwi has a version with a simple demo app currently running on: http: