<%= fb_multi_friend_selector("Invite your friends to check out this site", :showborder => true,:exclude_ids => facebook_session.user.friends_with_this_app.map(&:id).join(","), :condensed => false) %>
正如你在上面看到的,:exclude_ids => facebook_session.user.friends_with_this_app.map(&:id).join(","),
这条线可以删除那些曾经是你的朋友并加入了那里列出的应用程序的朋友。最近,我升级到 Facebooker2。我怎样才能在 Facebooker2 中做同样的事情?
Facebookers 和 Mogli 中没有名为 friends_with_this_app 的函数。