无法使用 lightopenid 检索 yahoo 电子邮件

发布于 2024-10-08 02:17:56 字数 208 浏览 4 评论 0原文

我正在尝试使用 LightOpenID 合并 openid 身份验证。我修改了 example-google.php 中的发现网址以与 yahoo!但我没有得到任何属性(我至少能够通过谷歌获取电子邮件ID。)。

http://pastebin.com/08RzvsGy

I am trying to incorporate openid authentication using LightOpenID. i modified the discovery url in example-google.php for integrating with yahoo! but i am not getting any attributes (i am at least able to fetch the email id with google.).

http://pastebin.com/08RzvsGy

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

追星践月 2024-10-15 02:17:56

仅供其他日以继夜地寻找检索从 lightopenid 返回的电子邮件地址的简单答案的人使用。感谢您发布您的代码。它有帮助。以防其他人不点击您的链接。这是上面页面中允许传输电子邮件地址的代码。

$openid->required = array('contact/email');

// optional data
$openid->optional = array('namePerson','namePerson/friendly','birthDate','person/gender');

Just for any others searching night and day for the simple answer of retrieving a email address returned from lightopenid. THANKS FOR POSTING YOUR CODE. IT HELPED. In case others don't click your link. here is the code from your page above that allows for the transfer of email addresses.

$openid->required = array('contact/email');

// optional data
$openid->optional = array('namePerson','namePerson/friendly','birthDate','person/gender');
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文