LinkedIn siteStandardProfileRequest URLS no longer valid

五迷三道 提交于 2019-12-11 07:34:53

问题


We use the LinkedIn API to retrieve the profile URL for our users using OAuth2.

Once we get the response from LinkedIn we store the siteStandardProfileRequest URL field in our app so other users can check the profile.

However we've seen that some of the URLs get 404's. The culprit URLs tend to have a numeric ID, while the other URLs are alphanumeric.

Is there a way to convert the numeric URLs to their alphanumeric counterparts without having to get an authorization token from the original user? Or generate valid URLs from what we have?

Thanks!

来源:https://stackoverflow.com/questions/36756659/linkedin-sitestandardprofilerequest-urls-no-longer-valid

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!