From 6a9ede9b5339c4faae8315d9eaf14df8abf9abc9 Mon Sep 17 00:00:00 2001 From: kracekumar Date: Wed, 7 Dec 2011 08:55:22 +0530 Subject: [PATCH] maraujop/requests-oauth refernce added --- twython/twythonrequests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/twython/twythonrequests.py b/twython/twythonrequests.py index e7a2fb8..249c2e7 100644 --- a/twython/twythonrequests.py +++ b/twython/twythonrequests.py @@ -100,6 +100,7 @@ class Twython(object): OAuthHook.consumer_secret = self.twitter_secret #if users pass oauth token and secret we initialize with oauth_hook + #code taken from maraujop/requests-oauth if self.oauth_token and self.oauth_secret: #Creating OAuthHooks self.oauth_hook = oauth_hook.OAuthHook(self.oauth_auth_token,\