public
Description:
Homepage:
Clone URL: git://github.com/lwallenstein/rorbook.git
rorbook / rails / app / views / facebook / invite_friends.erb
100755 7 lines (6 sloc) 0.496 kb
1
2
3
4
5
6
7
<% content_for("invite_user") do %>
Invite Message Goes Here. I am using this cool app that does a lot of things. You should check it out too! <%= fb_req_choice("Add Application", root_url) %>
<% end %>
 
<% fb_request_form("The Application","invite_user", url_for(:action => 'create_invitations', :canvas => true, :only_path => false)) do %>
<%= fb_multi_friend_selector("Invite Your Friends", {:showborder => true, :exclude_ids => current_user.friends_with_this_app.map(&:id)}) %>
<% end %>