How do I implement Facebook's new Registration Tool using Rails?
So Facebook have just updated their login/connect product with this:
http://developers.facebook.com/docs/user_registration
I was wondering if anyone had taken the opportunity to play around with it and, if so, whether they'd be happy to help a nuby implement this as the only signup form for a site.
Any idea开发者_开发知识库s?
http://veerasundaravel.wordpress.com/2011/01/27/facebook-registration-plugin-in-rails/
[Facebooker2] Provides rails helpers for interfacing with Facebook's OpenGraph Javascript API, http://developers.facebook.com/docs/reference/javascript/.
Check out this library: https://github.com/mmangino/facebooker2
Try this
- https://github.com/grosser/rpx_now
- https://github.com/slainer68/devise_rpx_connectable
- https://github.com/grimen/devise_facebook_connectable.git
精彩评论