sahat / hackathon-starter

A boilerplate for Node.js web applications
MIT License
34.88k stars 8.18k forks source link

Sign In with LinkedIn #338

Closed davykiala closed 8 years ago

davykiala commented 8 years ago

Sign In With LinkedIn seems do not work ! I went to http://hackathonstarter.herokuapp.com/login and click on "Sign In With LinkedIn" button but i get the following error :

500 AuthorizationError: Your application has not been authorized for the scope "r_fullprofile" at Strategy.OAuth2Strategy.authenticate (/app/node_modules/passport-linkedin-oauth2/node_modules/passport-oauth2/lib/strategy.js:126:25) at attempt (/app/node_modules/passport/lib/middleware/authenticate.js:341:16) at authenticate (/app/node_modules/passport/lib/middleware/authenticate.js:342:7) at Layer.handle as handle_request at next (/app/node_modules/express/lib/router/route.js:131:13) at Route.dispatch (/app/node_modules/express/lib/router/route.js:112:3) at Layer.handle as handle_request at /app/node_modules/express/lib/router/index.js:277:22 at Function.process_params (/app/node_modules/express/lib/router/index.js:330:12) at next (/app/node_modules/express/lib/router/index.js:271:10) at SendStream.error (/app/node_modules/express/node_modules/serve-static/index.js:120:7) at SendStream.emit (events.js:107:17) at SendStream.error (/app/node_modules/express/node_modules/send/index.js:245:17) at SendStream.onStatError (/app/node_modules/express/node_modules/send/index.js:356:12) at next (/app/node_modules/express/node_modules/send/index.js:630:16) at onstat (/app/node_modules/express/node_modules/send/index.js:619:14) at FSReqWrap.oncomplete (fs.js:95:15)

I

Shipow commented 8 years ago

unless you're in the partnership program of linkedin you won't be able anymore to access to this permissions. Here are the 'public' permissions available image And here is the data you can have access: https://developer.linkedin.com/docs/fields/basic-profile

So you can edit your secret.js for linkedin with scope: ['r_emailaddress', 'r_basicprofile'],

davykiala commented 8 years ago

Ok thanks

sahat commented 8 years ago

I have updated the scope and linkedin example.