这里的简单目标是访问Azure上的Xbox Music RESTful API,我偶然发现了获取Access Token的第一部分。通过以下程序:http://msdn.microsoft.com/en-us/library/dn546686.aspx它根本不允许我获得令牌。
到目前为止,我有:
然后我只是尝试通过使用XMLHttpRequest的POST或者针对Chrome的Advanced Rest Client来获取令牌,到目前为止我收到的只是这个Json响应:
{
"error":"invalid_client",
"error_description":"ACS50012: Authentication failed.\r\nTrace ID: d2469189-d620-4725-98c6-544e3899d711\r\nCorrelation ID: 3726a6c7-de19-4873-a90c-b51c7ca447a7\r\nTimestamp: 2014-05-08 14:18:31Z"
}
我在这里做了一些关于这个错误的研究:http://msdn.microsoft.com/en-us/library/gg429787.aspx但似乎无法对此做出解释。
我收到此数据资源管理器时也会被破坏:
The request resulted in a backend time out or backend error. The team is investigating the issue. We are sorry for the inconvenience. (502)
最后,我假设某些内容与我的帐户有关,但无法弄清楚。对此的任何帮助将不胜感激。
答案 0 :(得分:0)
查看评论,重新创建新应用程序并正确复制客户端密码。