You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests/oauth.py shows how to get request/access token.
30
31
31
-
verifier:
32
-
self.handler.get_authorization_url() # go to this url and get verifier
33
-
token = self.handler.get_access_token(verifier)
34
-
token.key, token.secret
32
+
Please check 500px's [authentication document](https://github.com/500px/api-documentation/tree/master/authentication). `tests/oauth.py` shows how to get request/access token.
33
+
34
+
```python
35
+
# verifier:
36
+
self.handler.get_authorization_url() # go to this url and get verifier
0 commit comments