-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Call to undefined method Overtrue\Socialite\Providers\WeChat Provider::driver() #536
Comments
@denghp 请按文档使用,谢谢!https://easywechat.org/zh-cn/docs/oauth.html
|
我是想通过开放平台的返回的code方式来获取获取access_token,然后根据token获取用户信息的方式。但是我看你给我的链接地址都是web方式回调来获取用户信息,没找到根据code方式获取的使用方法 |
微信就没提供我也没办法啊 |
我看你的代码中有提供这种方式,但是这里只能获取access_token,没有解析获取openid, 因为在调用
报必须传递参数openid的异常, 我在你的https://github.com/overtrue/socialite 这个代码中没找到怎么获取openid的方法,因为我看你的代码实现是可以通过$accessToken = new AccessToken(['access_token' => token,'openid'=>xxxx]);的方式获取的用户信息的 |
我能有什么方式获取openid,然后通过
来实现获取用户信息的功能呢? |
我用的环境
PHP 版本:7.0.3 YII2
overtrue/wechat 版本:~3.1
问题及现象
代码调用
配置文件
The text was updated successfully, but these errors were encountered: