我可以使用 dotNetOpenId 请求 MyOpenId 角色的头像吗?
我的一些 MyOpenId 角色有头像。 有没有什么方法可以通过 dotNetOpenId 以编程方式请求它们,就像我可以请求电子邮件等?
我假设它无法完成,因为我猜测它们不是标准 openid 架构的一部分?
some of my MyOpenId persona's have avatars. Is there any way to programmatically request them with dotNetOpenId, like i can request email, etc?
I'm assuming it can't be done because i'm guessing they are not part of the standard openid schema?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一种方法可以使用 AX 扩展来检索头像。 特定属性可能是其中之一,您可以在 http://www.axschema.org 中查找。 /types/
但是,我只是尝试过这个myopenid.com(使用其专有的 AX 属性格式 http://schema.openid.net/media /image/default),它似乎不起作用,所以我猜测 myopenid.com 不支持它。
There is a way for avatar's to be retrieved, using the AX extension. The specific attribute would likely be one of these, which you can look up at http://www.axschema.org/types/
However, I just tried this against myopenid.com (using their proprietary AX attribute format of http://schema.openid.net/media/image/default) and it didn't seem to work, so my guess is myopenid.com doesn't support it.