或者是哪里有比较详细的文档?
授权部分看 ruby-china 源码啊 如果你要说调用 weibo api 的话。。。 我的建议是简单封装一下https://github.com/jasl/start_up/blob/master/lib/oauth_handlers/weibo_handler.rb https://github.com/jasl/start_up/blob/master/app/models/authorization.rb
没有信仰的小屁孩的地址写的是什么,那么你的 host 就配置一个。而不是 localhost https://api.weibo.com/oauth2/authorize?response_type=code&client_id=xxx&redirect_uri=http%3A%2F%2F.ooxx.com%2F/callback&state=rand
在 hosts 里面自定义域名绑定 3000 端口就可以了;如果嫌麻烦就在授权回调页里面的 127.0.0.1 后面加:3000;
最近刚好也在做 omniauth-weibo 授权回调页是这样设的: http://127.0.0.1:3000/auth/weibo/callback