Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linkedin compliance removal & LinkedIn Example update/fix #397

Merged
merged 7 commits into from
Feb 17, 2020
2 changes: 1 addition & 1 deletion docs/examples/linkedin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ command line interactive example below.

>>> # Redirect user to LinkedIn for authorization
>>> authorization_url, state = linkedin.authorization_url(authorization_base_url)
>>> print("Please go here and authorize, {}".format(authorization_url))
>>> print(f"Please go here and authorize: {authorization_url}")

>>> # Get the authorization verifier code from the callback url
>>> redirect_response = input('Paste the full redirect URL here:')
Expand Down