使用omniauth-twitch通过twitch和set进行登录
OAuth Redirect URL = http://localhost:3000/auth/twitch/callback
config.omniauth :twitch, 'xx','xx',
redirect_uri: 'http://localhost:3000/auth/twitch/callback'但是它给出了一个关于redirect-uri的错误。

发布于 2018-11-12 11:29:01
https://stackoverflow.com/questions/53246875
复制相似问题