I get an odd 401 response preforming a get, linkedin API

拜拜、爱过 提交于 2019-12-12 01:45:22

问题


This gives me the proper response:

"https://api.linkedin.com/v1/people/~?oauth2_access_token="+AToken;

This gives a 401.... not sure why.

"http://api.linkedin.com/v1/people/url=www.linkedin.com%2Fin%2Fpersoniamusing?oauth2_access_token="+AToken

the exception I catch:

System.Net.WebException: The remote server returned an error: (401) Unauthorized. at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)

来源:https://stackoverflow.com/questions/23657187/i-get-an-odd-401-response-preforming-a-get-linkedin-api

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