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

authentication: after I open the url on my brower, i get this... #107

Open
jason79 opened this issue May 4, 2017 · 1 comment
Open

authentication: after I open the url on my brower, i get this... #107

jason79 opened this issue May 4, 2017 · 1 comment

Comments

@jason79
Copy link

jason79 commented May 4, 2017

http://localhost:8080/code?error=invalid_scope&error_description=Your+application+has+not+been+authorized+for+the+scope+%22rw_nus%22#!

it is the same error when I do step one after executing http_api.py... and going to http:/localhost:8080

@iHirenDev
Copy link

Hi @jason79 .
I was facing the same problem.

Try this:

PERMISSIONS = ['r_basicprofile', 'r_emailaddress'] //Here, you can give your permission which you have selected on linkedin developer site.
authentication = linkedin.LinkedInAuthentication(API_KEY, API_SECRET, RETURN_URL, PERMISSIONS)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants