开发者

twitter and facebook connect in rails

开发者 https://www.devze.com 2023-02-23 12:34 出处:网络
Excuse I need a tutorial for twitter and facebook connect. The user can register in my site or enter through twitter or facebook login access data

Excuse I need a tutorial for twitter and facebook connect.

The user can register in my site or enter through twitter or facebook login access data

How i could implement this functionality if I am using rails 2.3.8 and RESTful authe开发者_StackOverflowntication?

I need the model for database (how save this information and its relationships) and implement in my page.

Example: http://www.myntmarket.com/

I find a tutorial with restful authentication and facebooker but facebooker is deprecated. So i find facebooker2. somebody could explain me how can i use this plugin.

Thanks in advance and excuse me my syntax in english.


I am not sure about Twitter but look up Facebooker.

What database model? If you connect with facebook you don't need their models. You could store their user credentials if it is not against the Facebook API TOS and you don't need their models to do so.


Do you need to stay with Rails 2? Otherwise, Omniauth and Rails 3 would be an option, I have a fully functional demo on Github: https://github.com/markusproske/omniauth_pure

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号