0

我正在使用linkedin api检索用户的位置(城市、州、国家)信息,但它没有返回正确的城市信息。

似乎它正在根据提供的邮政编码自行检索城市名称。

使用的 Linkedin API : https://api.linkedin.com/v1/people/~:(certifications:(name,authority,number,start-date,end-date),email-address,first-name,last-name ,headline,location:(name,country:(code)),positions,skills,educations,main-address,phone-numbers)?format=json&oauth2_access_token=

4

1 回答 1

1

您的 API 请求是向 LinkedIn 询问国家代码和成员位置的“名称”,而不是您在问题中建议的城市、州、国家/地区。

LinkedIn 有自己的位置值列表,这些值不与城市边界 100% 对齐,并且通常表示一般的全球业务区域(例如“旧金山湾区”)

有关其他信息,请参阅:https ://developer.linkedin.com/docs/fields/location

于 2015-03-13T18:52:39.553 回答