Skip to content

Commit

Permalink
PR comments - formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jtroussard committed Feb 17, 2020
1 parent 0ee5358 commit 3512901
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/examples/linkedin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ command line interactive example below.
>>> redirect_response = input('Paste the full redirect URL here:')
>>> # Fetch the access token
>>> linkedin.fetch_token(token_url,client_secret=client_secret,include_client_id=True,authorization_response=redirect_response)
>>> linkedin.fetch_token(token_url,client_secret=client_secret,
... include_client_id=True,
... authorization_response=redirect_response)
>>> # Fetch a protected resource, i.e. user profile
>>> r = linkedin.get('https://api.linkedin.com/v2/me')
Expand Down

0 comments on commit 3512901

Please sign in to comment.