我'm trying to provide linkedin login to my website users, for which I' m使用https://developer.linkedin.com/docs/oauth2链接的指令 . 此时我可以获得授权代码,但是当我使用相同的请求访问令牌时,它会给我以下错误:

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 link here上被问到并标记并完成,答案是没有解决问题 . 服务器似乎总是不可用 . 请有人帮助我理解为什么会这样 .

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