I made my openid
in my site like this:
livejournal: {
name: \'LiveJournal\',
label: \
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.
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.