[twitter-dev] 140 characters versus 140 bytes

2009-07-20 Thread tav
would mean that non-latin-script users would be able to send equivalent-sized messages... -- love, tav plex:espians/tav | t...@espians.com | +44 (0) 7809 569 369 http://tav.espians.com | http://twitter.com/tav | skype:tavespian

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:

Re: OAuth callback for local dev testing

2009-02-13 Thread tav
n step. So you can just send that as http://localhost:4000/callback/ from your dev setup. I just tested this with my OAuth implementation -- http://github.com/tav/tweetapp/tree/master -- and can confirm that Twitter honours the variable and it overrides what you've set on your application co

Re: Clock skew causing Invalid OAuth Requests?

2009-02-13 Thread tav
tion of more people =) > I'll hopefully work on the OAuth issues today if > Media Temple emails calm down. Thanks again for the great work guys and keep it up! -- love, tav plex:espians/tav | t...@espians.com | +44 (0) 7809 569 369

Clock skew causing Invalid OAuth Requests?

2009-02-13 Thread tav
we take advantage of the ability to "specify otherwise". Thank you! And, whilst I'm at it, I'd like to +1 for more informative 401 messages: http://code.google.com/p/twitter-api/issues/detail?id=281 -- love, tav plex:espians/tav | t...@espians.com | +44 (0) 7809 569 369

Re: OAuth integration for python/app engine

2009-02-12 Thread tav
Hey Ryan and other Python hackers, I'll happily write an open source Python/AppEngine library to abstract out the Twitter+OAuth aspects. You'll need to give me access though as I didn't find out about the beta in time... Let me know if you'd like the help, @tav On Thu,