Sketched out a basic method for oauth to work in my app...

This commit is contained in:
Anna 2010-05-20 16:51:51 -04:00
parent e32209bf2b
commit f70e76acc2
3 changed files with 40 additions and 13 deletions

View file

@ -14,9 +14,11 @@ __author__ = "Hameedullah Khan <hameed@hameedkhan.net>"
__version__ = "0.2"
from twitter import Api, User
from twitter import Api
from twitter_pb2 import User
import simplejson, oauth
import simplejson
import oauth.oauth as oauth