前端之家收集整理的这篇文章主要介绍了
PHP:LightOpenID,如何从提供商处获取帐户数据?,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我遇到了一个名为
LightOpenID的小型OpenID库问题
.
我可以向几乎所有提供商进行身份验证,但我不知道如何从提供程序
获取数据.我只用print_r()获得Array(),eaven.
你需要在$openid-> validate()之前
调用getAttributes().
记得:
Note that it does not guarantee that any of the required/optional parameters will be present
原文链接:https://www.f2er.com/php/137421.html