Actions
Bug #3644
closedLinkedIn now needs "scope" in the same way Facebook does for permissions
Description
Add a new parameter to select what "scope" (permissions) to request from LinkedIn in the same way Facebook does.
https://developer.linkedin.com/documents/authentication#granting
Updated by krileon over 12 years ago
Old API access doesn't migrate to new usage. Must create new application to utilize the new login menu and API usage.
Updated by krileon over 12 years ago
Seams "scope" is missing from the JS API? Setting the below does not function.
IN.ENV.js.scope = 'r_basicprofile,r_emailaddress';
Updated by krileon over 12 years ago
Got it, had to adjust params on the authorize dialog.
params({'scope':['r_basicprofile', 'r_emailaddress']})
Updated by krileon over 12 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Implemented, working, and cross compatible. Packaged for a new release tomorrow.
Actions