everyauth icon indicating copy to clipboard operation
everyauth copied to clipboard

LinkedIn has no method scope

Open matejkramny opened this issue 12 years ago • 0 comments

Users/matejkramny/Developer/EventMost/routes/auth.js:70
    .scope('r_emailaddress')
     ^
TypeError: Object #<EveryModule> has no method 'scope'
    at Object.<anonymous> (/Users/matejkramny/Developer/EventMost/routes/auth.js:70:3)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Object.<anonymous> (/Users/matejkramny/Developer/EventMost/routes/index.js:1:74)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)

LinkedIn's Oauth allows scope in the request URL, is there any reason I cannot define the scope?

http://developer.linkedin.com/documents/authentication

matejkramny avatar Aug 26 '13 12:08 matejkramny