Project

General

Profile

Actions

Bug #3644

closed

LinkedIn now needs "scope" in the same way Facebook does for permissions

Added by krileon over 11 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
High
Assignee:
Target version:
Start date:
12 August 2012
Due date:
% Done:

100%

Estimated time:

Description

Actions #1

Updated by krileon over 11 years ago

  • Target version set to 3.3.9
Actions #2

Updated by krileon over 11 years ago

Old API access doesn't migrate to new usage. Must create new application to utilize the new login menu and API usage.

Actions #3

Updated by krileon over 11 years ago

Seams "scope" is missing from the JS API? Setting the below does not function.

IN.ENV.js.scope = 'r_basicprofile,r_emailaddress';

Actions #4

Updated by krileon over 11 years ago

Got it, had to adjust params on the authorize dialog.

params({'scope':['r_basicprofile', 'r_emailaddress']})

Actions #5

Updated by krileon over 11 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

Also available in: Atom PDF