微信网页授权 snsapi_userinfo 发起失败

报错说 scope参数错误或没有 scope 权限

访问链接如下:
https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxb8a42f7c84b6ad3f&redirect_uri=http://m.test.com/User/WeChatReturnUrl&response_type=code&scope=snsapi_userinfo&state=e32bd1ee6e414f6c822668e0f00629c0#wechat_redirect

已确认顺序无误,是微信服务号,已认证,已获得OAuth2.0网页授权。
不知是什么缘故,有大神帮忙解决一下吗

可能原因:
1.网页授权回调页面域名配置是否错误;
2.appid等参数是否错误,注意不能有空格,uri必须unicode编码,类似http%3A%2F%2Fnba.bluewebgame.com%2Foauth_response.php;
3.&state= state #wechat_redirect,这里state左右各有一个空格,请去除;