Linkedin "/people" API 返回错误的位置信息

Linkedin "/people" API returning wrong location information

我正在使用 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=

您的 API 请求要求 LinkedIn 提供国家代码和 "name" 会员所在地,而不是您在问题中建议的城市、州、国家/地区。

LinkedIn 有自己的位置值列表,这些位置值并非 100% 与城市边界对齐,并且通常表示一般的全球业务区域(例如 "San Francisco Bay Area")

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