使用
meteor add accounts-weibo
添加packages,调用微博登陆控件
1.我设置了授权回调页:http://127.0.0.1:80/_oauth/weibo
2.填写相应的appID,appSecrete.
3.点击登陆-- 正常通过
4.点击授权后,由于meteor中没有设置http://127.0.0.1映射,直接指向了下面的链接,那么如何将127.0.0.1指向我的域名或者服务器IP
https://api.weibo.com/oauth2/authorize?response_type=code&client_id=xxxxxxx&redirect_uri=http://127.0.0.1:80/_oauth/weibo&state=eyJsb2dpblN0eWxlIjoicG9wdXAiLCJjcmVkZW50aWFsVG9rZW4iOiJ1VzJVT2w3RDBzWTgyY2VEV1JUdzdKQklYcmRtMVd3YjRvc2hKRmJJZ0tEIiwiaXNDb3Jkb3ZhIjpmYWxzZX0=
谢谢
The answer is found, solve the problem of 127.0.0.1 pointing to your own domain name