简体   繁体   English

Facebook的“openid”网址是什么?

[英]What is the “openid” url of facebook?

I made my openid in my site like this: 我在我的网站上做了这样的openid

    livejournal: {
        name: 'LiveJournal',
        label: 'Enter your Livejournal username.',
        url: 'http://{username}.livejournal.com/'
    },
    wordpress: {
        name: 'Wordpress',
        label: 'Enter your Wordpress.com username.',
        url: 'http://{username}.wordpress.com/'
    },
    blogger: {
        name: 'Blogger',
        label: 'Your Blogger account',
        url: 'http://{username}.blogspot.com/'
    },

And I want to add facebook as my openid provider, so, what is the url of facebook openid ? 我想将facebook添加为我的openid提供者,那么,facebook openid的url是什么?


This site allows login using facebook, if you want to try. 如果你想尝试,这个网站允许使用Facebook登录。

Unfortunately, Facebook does not provide OpenID authentication. 不幸的是,Facebook不提供OpenID身份验证。 They have a competing standard called Connect. 他们有一个名为Connect的竞争标准。 Here are a few links you might find useful: 以下是您可能会发现有用的一些链接:

http://developers.facebook.com/connect.php http://developers.facebook.com/connect.php
http://www.facebook.com/advertising/?connect http://www.facebook.com/advertising/?connect
https://developers.facebook.com/docs/authentication/connect_auth/ https://developers.facebook.com/docs/authentication/connect_auth/
http://nyquistrate.com/django/facebook-connect/ http://nyquistrate.com/django/facebook-connect/
http://code.google.com/p/django-facebookconnect/ http://code.google.com/p/django-facebookconnect/

Edit : 编辑

I see you linked to Gigya, which allows Facebook login. 我看到你链接到Gigya,它允许Facebook登录。 If you click that link, you will notice that it says "Connect with Facebook" -- keyword "connect". 如果单击该链接,您会注意到它显示“与Facebook连接” - 关键字“连接”。 Gigya uses Facebook's Connect standard alongside the free OpenID standard. Gigya使用Facebook的Connect标准和免费的OpenID标准。 They are not mutually exclusive, so feel free to mix them in order to give your users the best login experience. 它们不是互斥的,所以请随意混合它们,以便为您的用户提供最佳的登录体验。

Again, as you were told here , Facebook is not an OpenID provider. 再次,正如你在这里被告知的那样,Facebook不是OpenID提供商。 They have limited support for associating an account with an OpenID from another provider, but that's it. 他们对将帐户与来自其他提供商的OpenID相关联的支持有限,但就是这样。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM