What is the "openid" url of facebook?

admin

Administrator
Staff member
I made my
Code:
openid
in my site like this:

<pre class="lang-js prettyprint-override">
Code:
    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
Code:
openid
?

<hr>

This <a href="https://www.gigya.com/site/LogIn.aspx" rel="nofollow noreferrer">site</a> allows login using facebook, if you want to try.