Displaying 1 result from an estimated 1 matches for "challenge_content".
2008 Jun 06
2
422/InvalidAuthenticityToken with fb_request_form
...ave gotten form
submissions to work, but I can''t get the fb:request-form that''s
generated by fb_request_form to work, it doesn''t seem to add hidden
fields for the token. Should it? Can it even (add extra fields to
the fb:request-form)?
My view:
<% content_for("challenge_content") do %>
13 <%= @challenge_message %>
14 <br />
15 <%= fb_req_choice(''Accept'', url_for(:controller => ''challenge'',
:action => ''accept'')) %>
16 <%= fb_req_choice(''Decline'', url_for(:control...