search for: invite_message

Displaying 1 result from an estimated 1 matches for "invite_message".

2008 Feb 01
2
proposed patch for fb_request_form_submit
...rm> # options - you can pass uid & label, see http://wiki.developers.facebook.com/index.php/Fb:request-form-submit for details. def fb_request_form_submit(options={}) tag ("fb:request-form-submit",options) end Usage example: <% content_for("invite_message") do %> wants to blah blah blah. <%= fb_req_choice("Join XYZ ap",url_for(:action => "invite_signup")) %> <% end %> <% fb_request_form("MyApp","invite_message",url_for(:action => "invite_signup")) do %>...