我知道this question,但似乎我仍有这个问题,我用了
https://trello.com/1/appKey/generate
生成我的密钥和秘密,并将其填入scribe library,示例似乎正确,但在我追加
之后 &oauth_callback=http%3A%2F%2Fexample.com%2Fapi
到
service.getAuthorizationUrl(requestToken)
trello保持将我重定向到像
这样的东西 https://trello.com/oob?oauth_token=7ad36dcd7ca713648ed3549c2f1828c5&oauth_verifier=5b0dc2b64d0b7ee08c56a9b1f30f8880
。
我不确定我缺少什么,trello是否需要申请注册?