简体   繁体   中英

Linkedin retrieve full profile details?

I want to integrate the Linkedin API and fetch all the details (Education ,detail..)

But When I pass r_fullprofile in the grant access. I am getting following error.

authorization failed Error Domain=LIALinkedInERROR Code=1

I have done the code as below :

- (LIALinkedInHttpClient *)client {
  LIALinkedInApplication *application = [LIALinkedInApplication applicationWithRedirectURL:@"http://www.google.com"
                                                                                  clientId:@"XXXXXXX"
                                                                              clientSecret:@"XXXXX"
                                                                                     state:@"DCEEFWF45453sdffef424"
                                                                             grantedAccess:@[@"r_fullprofile",@"r_emailaddress"]];
  return [LIALinkedInHttpClient clientForApplication:application presentingViewController:nil];
}

May be you are not aware of the developer programe changes done by LinkedIn as explained in https://developer.linkedin.com/support/developer-program-transition

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM