python-linkedin icon indicating copy to clipboard operation
python-linkedin copied to clipboard

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

Open jason79 opened this issue 8 years ago • 1 comments

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

jason79 avatar May 04 '17 21:05 jason79

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)

iHirenDev avatar Aug 07 '17 11:08 iHirenDev