Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yagss authored Feb 19, 2018
1 parent 9cf423d commit 1ff6136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ client = Client('CLIENT_ID', 'CLIENT_SECRET', 'OPTIONAL - access_token')
```
#### Get authorization url
```
url = client..oauth_access("REDIRECT_URL")
url = client.oauth_access("REDIRECT_URL")
```

#### Exchange the code for an access token
Expand Down

0 comments on commit 1ff6136

Please sign in to comment.