标签: twitter-oauth hello.js
getAuthResponse()通过Twitter登录返回null
var twitter = hello(network); console.log(twitter.getAuthResponse());
我已经将我的api密钥注册到https://auth-server.herokuapp.com,并且我的重定向URL相同,但是getAuthResponse()方法返回null。有人在这里帮助我,为什么会这样。