Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/253.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 正在检索LinkedIn登录的访问令牌_Php_Curl_Oauth 2.0_Linkedin - Fatal编程技术网

Php 正在检索LinkedIn登录的访问令牌

Php 正在检索LinkedIn登录的访问令牌,php,curl,oauth-2.0,linkedin,Php,Curl,Oauth 2.0,Linkedin,我正在尝试向我的网站用户提供linkedin登录,为此我使用了link的说明。此时,我可以获得授权码,但当我使用相同的授权码请求访问令牌时,会出现以下错误: Description: {"error_description":"the authorization server is currently unable to handle the request : RestException{_response=RestResponse[headers= {Content-Length=7907

我正在尝试向我的网站用户提供linkedin登录,为此我使用了link的说明。此时,我可以获得授权码,但当我使用相同的授权码请求访问令牌时,会出现以下错误:

Description: {"error_description":"the authorization server is currently 
unable to handle the request : RestException{_response=RestResponse[headers=
{Content-Length=7907, Server=Jetty(8.1.8.v20121106), X-LinkedIn-Error-Response=true, 
X-RestLi-Protocol-Version=1.0.0}cookies=[],status=404,entityLength=7907]} ",
"error":"temporarily_unavailable"}
现在我知道了,在stackoverflow上有人问了一个类似的问题,并对其进行了标记和完成,答案并不能解决问题。服务器似乎总是不可用。请任何人帮助我理解为什么会发生这种情况


我使用php curls发布数据以检索访问令牌。

您是否能够发布您找到的问题的链接以及您尝试使用该解决方案时的结果?FWIW status=404作为未找到的HTTPerror@Newd以下是链接: