我的做法是:
- 在管理中心设置安全域名local.host
- 本地设置local.host的ip为127.0.0.1
- callback的地址以及测试地址都在local.host这个域名下
测试:
- 下载新浪微博官方指定的PHP SDK
- 修改config文件,填写akey和skey,以及回调地址为:http://local.host/weibo/callback.php
- 访问http://local.host/weibo/,打开页面中的微博登录链接
- 跳转页面提示错误
错误提示为:
访问出错了!
你所访问的站点在新浪微博的认证失败,请你联系xx或者稍后再试。
(error:redirecturimismatch)
请问怎么解决?有什么办法能在本地调试测试微博登录呢?
回复内容:
我的做法是:
- 在管理中心设置安全域名local.host
- 本地设置local.host的ip为127.0.0.1
- callback的地址以及测试地址都在local.host这个域名下
测试:
- 下载新浪微博官方指定的PHP SDK
- 修改config文件,填写akey和skey,以及回调地址为:http://local.host/weibo/callback.php
- 访问http://local.host/weibo/,打开页面中的微博登录链接
- 跳转页面提示错误
错误提示为:
访问出错了!
你所访问的站点在新浪微博的认证失败,请你联系xx或者稍后再试。
(error:redirecturimismatch)
请问怎么解决?有什么办法能在本地调试测试微博登录呢?
已经解决了,解决方法:
- 在管理中心创建网站项目
- 将域名修改host的方式绑定到127.0.0.1
- 填写akey和skey以及相应的回调地址,即可本地测试微博登录
在hosts文件下,公网绑定本地测试环境,也就是127.0.0.1,参考,http://www.oooink.com/blog/find/c/47
Stellungnahme:Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn