Getting “App not found” from Trello Authentication

雨燕双飞 提交于 2019-12-13 15:23:44

问题


I'm trying to call the Authentication part of the Trello API in order to get a user token.

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?

What does it mean?


回答1:


Closing this. As usual after asking something on SO, I find the answer myself just minutes after. After retyping the key it worked fine.



来源:https://stackoverflow.com/questions/16112736/getting-app-not-found-from-trello-authentication

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!