Slack API和自定义松弛的应用程序总是使用botkit框架得到无效的oauth

时间:2016-09-25 23:43:30

标签: slack-api slack botkit

running running围绕着一个无聊的问题。 从几天开始,我总是从松弛的API中获得invalid_oauth ... 我正在使用Botkit框架,node.js服务器这是我的调试:

info: ** Starting webserver on port 3000 info: ** Serving webhook endpoints for Slash commands and outgoing webhooks at: http://MY_HOST:3000/slack/receive info: ** Serving login URL: http://MY_HOST:3000/login info: ** Serving oauth return endpoint: http://MY_HOST:3000/oauth info: ** API CALL: https://slack.com/api/rtm.start debug: rtm.start { no_unreads: true, simple_latest: true, token: 'xoxb-81934967667-UOJKkxYnIf0xZJ9cJspwoAOC' } debug: Got response null {"ok":false,"error":"invalid_auth"} Error connecting bot to Slack: invalid_auth

我正在推出应用程序: clientId=xxx.xxx clientSecret=xxx port=3000 node bot.js

我的自定义松弛应用配置了botkit调试控制台返回的oauth端点,localtunnel转发到我的本地机器,在应用程序中配置了一个机器人。

有什么想法吗?我确信我离解决方案不远......

非常感谢你的帮助。

0 个答案:

没有答案