我正在使用 Spring Social 通过 LinkedIn API 获取一些信息。一切正常:我可以使用 LinkedIn 连接到我的应用程序,我可以恢复一些关于我的连接的授权信息......但是,有时,我无法再访问 LinkedIn 并收到此错误:
16:28:00,741 WARN [RestTemplate] GET request for "https://api.linkedin.com/v1/people/id=FNXqbb779g:(id,first-name,last-name,headline,location,industry,distance,relation-to-viewer,current-share,num-connections,num-connections-capped,summary,specialties,proposal-comments,associations,honors,interests,positions,publications,patents,languages,skills,certifications,educations,three-current-positions,three-past-positions,num-recommenders,recommendations-received,phone-numbers,im-accounts,twitter-accounts,date-of-birth,main-address,member-url-resources,picture-url,site-standard-profile-request:(url),api-public-profile-request:(url),site-public-profile-request:(url),api-standard-profile-request,public-profile-url)?format=json" resulted in 403 (Forbidden); invoking error handler
根据错误消息,我无权获取所需信息(尽管一分钟前,我可以访问它们)。
任何想法为什么?