Displaying 1 result from an estimated 1 matches for "a_pre_determined_friend_id".
2008 Feb 01
2
proposed patch for fb_request_form_submit
...<%= fb_req_choice("Join XYZ
ap",url_for(:action => "invite_signup")) %>
<% end %>
<% fb_request_form("MyApp","invite_message",url_for(:action =>
"invite_signup")) do %>
<%= fb_request_form_submit({:uid => a_pre_determined_friend_id})%>
<% end %>
Test - This works great for my app! (note im using 1.2.6) , I have no
idea how to write a test for a helper, if someone wants to show me, I
will do it.
thanks
Joel