<%= 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) %>
as you see above , :exclude_ids => facebook_session.user.friends_with_this_app.map(&:id).join(","),
this line can remove the friends who had been a friends of you and joined in the app listed there. Recently, I upgraded to Facebooker2. how can I do the same thing in Facebooker2?
there is no function named friends_with_this_app in Facebookers and Mogli.