Closed medlot closed 8 years ago
yes I have followed that, I made a mistake on the options?
Thank you for your help!
or it's an autorisation issue with r_network?
error=invalid_scope&error_description=Your+application+has+not+been+authorized+for+the+scope+%22r_network%22 - - ms - -
Yes, the error you show means your application doesn't authorize to use r_network
scope.
so linkedin is no more supporting r_network that is required for search people. There is other solution?
Hello,
I'm trying to implement the search people function but I have an issue with the parameters to pass. Can you help me on that please.
Please find below my code:
`router.get('/linkedin1', function(req, res) {
});
router.get('/linkedin', function(req, res) {
}); `
In fact I get this issue
GET /linkedin1 302 16.900 ms - 562 { [CSRF Alert: Possible CSRF attack, state parameters do not match.] name: 'CSRF Alert' } GET /linkedin?error=invalid_scope&error_description=Your+application+has+not+been+authorized+for+the+scope+%22r_network%22 - - ms - -
Thank you for your help!