Displaying 2 results from an estimated 2 matches for "fb_request_form_submit".
2008 Feb 01
2
proposed patch for fb_request_form_submit
Hi, according to the Facebook docs, you can add a uid to the
fb_request_form_submit button which will pre select the user for the
form.
So you can do:
<fb:request-form action="/my_tasks" method="POST" invite="true"
type="MyApp" content="wants to invite you to xyz app">
<fb:request-form-submit uid="FRIENDID"...
2008 Jun 06
2
422/InvalidAuthenticityToken with fb_request_form
...hallenge'',
:action => ''decline'')) %>
17 <% end %>
18
19 <% fb_request_form(''My App'', "challenge_content",
url_for(:controller => ''challenge'', :action => ''index'')) do %>
20 <%= fb_request_form_submit(:uid=> @friend_fbid, :label => ''Notify %n'') %>
21 <% end %>