What is the “openid” url of facebook?

后端 未结 2 860
伪装坚强ぢ
伪装坚强ぢ 2020-12-15 05:13

I made my openid in my site like this:

    livejournal: {
        name: \'LiveJournal\',
        label: \         


        
相关标签:
2条回答
  • 2020-12-15 05:37

    Unfortunately, Facebook does not provide OpenID authentication. They have a competing standard called Connect. Here are a few links you might find useful:

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

    Edit:

    I see you linked to Gigya, which allows Facebook login. If you click that link, you will notice that it says "Connect with Facebook" -- keyword "connect". Gigya uses Facebook's Connect standard alongside the free OpenID standard. They are not mutually exclusive, so feel free to mix them in order to give your users the best login experience.

    0 讨论(0)
  • 2020-12-15 05:40

    Again, as you were told here, Facebook is not an OpenID provider. They have limited support for associating an account with an OpenID from another provider, but that's it.

    0 讨论(0)
提交回复
热议问题