Skip to content

Commit

Permalink
tok != token. con != consumer.
Browse files Browse the repository at this point in the history
May be confusing for people not actually reading the code.
  • Loading branch information
rodericj authored and joestump committed Jun 26, 2010
1 parent e567ca0 commit 763b432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -34,8 +34,8 @@ This code was originally forked from [Leah Culver and Andy Smith's oauth.py code
consumer = oauth.Consumer(key="con-test-key", secret="con-test-secret")

# Set our token/key parameters
params['oauth_token'] = tok.key
params['oauth_consumer_key'] = con.key
params['oauth_token'] = token.key
params['oauth_consumer_key'] = consumer.key

# Create our request. Change method, etc. accordingly.
req = oauth.Request(method="GET", url=url, parameters=params)
Expand Down

0 comments on commit 763b432

Please sign in to comment.