问题描述
我试图调用API Trello的认证部分,以获得用户令牌。
I'm trying to call the Authentication part of the Trello API in order to get a user token.
我使用这个网址:
https://trello.com/1/authorize?callback_method=postMessage&return_url=http%3A%2F%2Flocalhost%2Ftrello%2Findex.php&expiration=never&name=SB-Trello&response_type=token&key=[my API键]
I'm using this URL: https://trello.com/1/authorize?callback_method=postMessage&return_url=http%3A%2F%2Flocalhost%2Ftrello%2Findex.php&expiration=never&name=SB-Trello&response_type=token&key=[my api key]
但我得到的答复总是应用程序未找到
But the response I'm getting is always "App not found"
有没有限制,你可以在名称参数发送或为什么我得到这个答复?
Is there restrictions in what you can send in the "name" parameter or why am I getting this response?
这是什么意思?
推荐答案
关闭此。由于要求对SO东西之后往常一样,我发现自己的答案只有几分钟的路程后。重新输入密钥后它工作得很好。
Closing this. As usual after asking something on SO, I find the answer myself just minutes after. After retyping the key it worked fine.
这篇关于获得"应用未发现"从Trello认证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!