什么是“开放” Facebook的网址? [英] What is the "openid" url of facebook?

查看:154
本文介绍了什么是“开放” Facebook的网址?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

 openid  >  livejournal:{
name:'LiveJournal',
label:'输入您的Livejournal用户名。',
url:'http:// {username} .livejournal .com /'
},
wordpress:{
name:'Wordpress',
label:'输入您的Wordpress.com用户名。',
url:' http:// {username} .wordpress.com /'
},
博客:{
名称:Blogger,
标签:您的Blogger帐户,
url:'http:// {username} .blogspot.com /'
},





我想添加Facebook作为我的openid提供者,那么,什么是Facebook的URL? hr>

网站允许登录使用Facebook,如果你想尝试。

解决方案

不幸的是,Facebook不提供OpenID身份验证。他们有一个称为Connect的竞争标准。以下是您可能会发现的一些有用的链接:



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/



编辑



我看到你链接到Gigya,允许Facebook登录。如果您点击该链接,您会注意到它说连接Facebook - 关键字连接。 Gigya使用Facebook的Connect标准以及免费的OpenID标准。它们不是互相排斥的,所以请随意混合使用,以便为用户提供最佳的登录体验。


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 to add facebook as my openid provider, so, what is the url of facebook openid?


This site allows login using facebook, if you want to try.

解决方案

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.

这篇关于什么是“开放” Facebook的网址?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆