Getting “App not found” from Trello Authentication

2019-07-03 08:22发布

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条回答
2楼-- · 2019-07-03 08:53

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

查看更多
登录 后发表回答