We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e567ca0 commit 763b432Copy full SHA for 763b432
README.md
@@ -34,8 +34,8 @@ This code was originally forked from [Leah Culver and Andy Smith's oauth.py code
34
consumer = oauth.Consumer(key="con-test-key", secret="con-test-secret")
35
36
# Set our token/key parameters
37
- params['oauth_token'] = tok.key
38
- params['oauth_consumer_key'] = con.key
+ params['oauth_token'] = token.key
+ params['oauth_consumer_key'] = consumer.key
39
40
# Create our request. Change method, etc. accordingly.
41
req = oauth.Request(method="GET", url=url, parameters=params)
0 commit comments