从 Rails 应用程序与 facebook 交互的最佳方式
我想要做的是,当用户在他的个人资料(在我的应用程序内)上发布某些内容时,自动发布到 facebook,我想记住用户 facebook 凭据,以便自动发布,而无需再次询问他的凭据。
Tumblr 已经实现了这个功能,我想模仿它。
在 Rails 应用程序中实现此功能的最佳方法是什么?
What I want to do is automatically post to facebook when a user post something on his profile (inside my app), I want to remember the user facebook credential to post automatically without asking for his credentials again.
Tumblr has already implement this functionality and I want to emulate it.
What is the best way to implement this functionality whitin a rails app?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否看过http://facebooker.rubyforge.org/?
Have you looked at http://facebooker.rubyforge.org/?