Implement xAuth support.
authorIvo Wetzel <ivo.wetzel@googlemail.com>
Wed, 10 Mar 2010 23:07:22 +0000 (17:07 -0600)
committerJoshua Roesslein <jroesslein@gmail.com>
Wed, 10 Mar 2010 23:09:32 +0000 (17:09 -0600)
commit28e975bd921f9645df29c1107d573918c97becec
treeaeca05db96a02e3b18fc546dcb8bb0c1fe5b2987
parent125480c0f1a6fd9bb259b4741e1985c02155744c
Implement xAuth support.

xAuth allows you to exchange an username and password
pair for an OAuth access token.
See http://apiwiki.twitter.com/Twitter-REST-API-Method:-oauth-access_token-for-xAuth
for more details.
tweepy/auth.py