views:

1102

answers:

4

i made my openid in my site like this :

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 add facebook on my openid provide,

so what is the url of facebook openid ??

thanks


but this can login use facebook:

https://www.gigya.com/site/LogIn.aspx

you can try it by yourself use facebook login.

+13  A: 

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
http://wiki.developers.facebook.com/index.php/Connect/Setting_Up_Your_Site
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.

Ryan Prior
hi Ryan Prior,see the question i update.
zjm1126
He already answered the question from your update. That site is using Facebook's "Connect" service, not OpenID. Click on the Facebook logo and the screen it takes you to is clearly labeled as "Connect with Facebook".
Brock Batsell
+4  A: 

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.

Brock Batsell
+2  A: 

I thought that Facebook is not an OpenID provider, it just allows you to log in using OpenID technology.

Enchantner
A: 

It's "http://facebook.anyopenid.com/"

anyOpenID is a service that allows users to log into OpenID relying parties with a non-OpenID such as Facebook, Live, Twitter etc...

Take a look at http://anyopenid.com/ForSite for more information..

KarmicMind
just a question - how safe is anyopenid. I hope you see this message, and can help? Thanks.
JohnWong