c# - temporarily_unavailable on linkedin servers -
i new work linkedin programming , seek user data, can't farther https://www.linkedin.com/uas/oauth2/accesstoken response whole time:
{"error":"temporarily_unavailable","error_description":"the authorization server unable handle request : restexception{_response=restresponse[headers={x-linkedin-error-response=true, content-length=6936, x-restli-protocol-version=1.0.0, server=jetty(8.1.8.v20121106)},status=404,entitylength=6936]} "}
i using next url parameters:
https://www.linkedin.com/uas/oauth2/accesstoken?grant_type=authorization_code&code=aqr4lksr8tswi4o-ej0be6vg1fhazntput26cfmfehzzh7zfklm7pyxrrp5xezz-y45vibwzam8zdncmeclddrcsji8wknlxrr5gsacxmkga0zzim38&redirect_uri=http://localhost:30731/redirect.aspx&client_id=oauth user token&client_secret=oauth user secret
the error within c# server unavailble corresponds json message.
anybody know solution or has same error or solution on this?
temporarily_unavailable error code defined in rfc 6749 (oauth 2.0). error code, can wait authorization server come normal state.
if authorization server returns temporarily_unavailable, there must bug in implementation of authorization server.
c# json oauth linkedin rest.li
No comments:
Post a Comment