在ios 8中使用linkedin OAuth的用户的完整详细信息

时间:2015-03-11 10:31:32

标签: ios objective-c ios8 xcode6

我无法获得在ios8中使用OAuth链接的用户的完整详细信息。我想检索生日和所有其他细节。

我已使用此网址在用户个人资料中获得完整链接。

NSURL *url = [NSURL URLWithString:[@"https://api.linkedin.com" stringByAppendingString:@"/v1/people/~:(id,first-name,last-name,maiden-name,formatted-name,phonetic-last-name,location:(country:(code)),industry,distance,current-status,current-share,network,skills,phone-numbers,date-of-birth,main-address,positions:(title),educations:(school-name,field-of-study,start-date,end-date,degree,activities))"]];

我已经使用OAuthStarterKit登录了链接。

0 个答案:

没有答案