Gotsta see what the access token is
This commit is contained in:
parent
58ff3de7a1
commit
bc373c3436
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ class TwythonAPITestCase(unittest.TestCase):
|
||||||
oauth_token, oauth_token_secret,
|
oauth_token, oauth_token_secret,
|
||||||
client_args=client_args)
|
client_args=client_args)
|
||||||
|
|
||||||
|
print 'access token is', access_token
|
||||||
self.oauth2_api = Twython(app_key, access_token=access_token,
|
self.oauth2_api = Twython(app_key, access_token=access_token,
|
||||||
client_args=oauth2_client_args)
|
client_args=oauth2_client_args)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue