微信开发: scope参数错误或没有scope权限解决方法

时间:2015-03-16 16:41:04   收藏:0   阅读:790

scope为snsapi_userinfo 未关注者点击授权提示   scope参数错误或没有scope权限 解决方法  

出现这种错误网上查出现有的原因是:

  1. 订阅号没有相关的权限

  2. 账号没有认证,没有相关的权限

那么这里遇到问题两种都不是。开发账号是 服务号,而且也是认证号。

解决方法:

错误配置:

https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxf0e81c3bee622d60&redirect_uri=http%3A%2F%2Fnba.bluewebgame.com%2Foauth_response.php&scope=snsapi_userinfo&response_type=code&state=STATE#wechat_redirect

正确的配置:

https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxf0e81c3bee622d60&redirect_uri=http%3A%2F%2Fnba.bluewebgame.com%2Foauth_response.php&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect

  原因就是scope的位置不一样!!! 

scope 为 snsapi_base的时候没有影响。但是scope为snsapi_userinfo  就会提示 scope参数错误或没有scope权限 。

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!