整合Facebook用户Plone

问题描述:

我正在创建一个Plone网站,它将允许用户在Facebook上注册,但我需要的不仅仅是框和Feed表单。

I'm creating a Plone site which will allow users to register with Facebook but I need more than just like boxes and feed forms.

我已经有集体。 simplesocial [1]。

I already have collective.simplesocial[1].

记录的用户预计会比Plone默认值(即高度,体重,平均锻炼...)和数据可以从Facebook获取。

Logged users are expected to have some more data than the Plone default (i.e. height, weight, average workout...) and the data that one can get from Facebook.

所以问题是:如何注册一些数据来自Facebook的用户? Facebook连接非常方便,因为每当用户登录Facebook时,它也将被记录在我的网站上。

So the question is: how can I register users that some data comes from Facebook? Facebook connect is quite handy since whenever the user is logged on Facebook, it will also be logged on my site.

也许是Plone PAS插件?或者只是填写注册表单(虽然用户不会自动登录Facebook连接?)。

Maybe a Plone PAS plugin? Or just prefilling the register form (though then the user will not be auto-logged with Facebook connect?).

任何帮助将不胜感激!

干杯,

[1] http://pypi.python.org/pypi/collective.simplesocial

根据这里的评论:

http://blog.mfabrik.com/2011/04/18/integrating-facebook-with-plone/

马丁的下一本书将包含相关示例。

Martin's next book would contain related example.