我无法获得在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登录了链接。