Closed dgrabla closed 12 years ago
Example to get access to email and connections:
Configure::write('Opauth.Strategy.LinkedIn', array( 'api_key' => 'XXXXXXXxx', 'secret_key' => 'XXXXXXXXXXXXXXX', 'scope' => 'r_emailaddress,r_network', ));
Member permissions reference: https://developer.linkedin.com/documents/authentication
Thanks @dgrabla
Example to get access to email and connections:
Configure::write('Opauth.Strategy.LinkedIn', array( 'api_key' => 'XXXXXXXxx', 'secret_key' => 'XXXXXXXXXXXXXXX', 'scope' => 'r_emailaddress,r_network', ));
Member permissions reference: https://developer.linkedin.com/documents/authentication