Sketched out a basic method for oauth to work in my app...
This commit is contained in:
parent
e32209bf2b
commit
f70e76acc2
3 changed files with 40 additions and 13 deletions
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
Reference in a new issue