Skip to content

Instantly share code, notes, and snippets.

@mrueegg
Created March 9, 2017 17:11
Show Gist options
  • Save mrueegg/5229366698fe78b50a0e6a8296423d9f to your computer and use it in GitHub Desktop.
Save mrueegg/5229366698fe78b50a0e6a8296423d9f to your computer and use it in GitHub Desktop.
Create an OAuth access token with Python
# we do not have a real verifier but we need to specify one, so we just use a hardcoded value
access_token = oauth.fetch_access_token(access_token_url, verifier=u'unused')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment