我如何添加 fb_multi_friend_selector、Facebooker2
您好,我想添加到我的应用程序多好友选择器。 我在助手中找到了一个方法:fb_multi_friend_selector。
我应该做的只是:
<%= fb_multi_friend_selector("Test message") %>
因为它对我不起作用。我的用户在我的应用程序中经过身份验证。我可以看到我所有的 Facebook 好友姓名(带有 current_facebook_user.friends)...等。所以我已经登录了。并且我有权限:perms => '发布流'。
我应该怎么做才能让 fb_multi_friend_selector 工作? 我正在使用 Rails 2.3.5。还有 facebooker2 和 mogli gem。 非常感谢您的任何答复!
Hi i want to add to my app multi-friend-selector.
I found a method in helpers: fb_multi_friend_selector.
Am i supposed to do just:
<%= fb_multi_friend_selector("Test message") %>
Because it is not working for me. My user is authenticated in my app. I can see all of my fb friends names(with current_facebook_user.friends)...etc. So i am logged in. And i have the permission :perms => 'publish_stream'.
What should i do to get fb_multi_friend_selector working?
I am using rails 2.3.5. And facebooker2 with mogli gem.
Thank you very much for any answers!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试将其保留在您的视图中:
Try sticking this in your view: