Displaying 3 results from an estimated 3 matches for "fb_request_form".
2008 Jun 06
2
422/InvalidAuthenticityToken with fb_request_form
All,
I''m using the ActiveRecord store for sessions and have 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(''Acce...
2008 Jan 31
2
request to install app
Hi,
I would like to generate a facebook call on behalf of a user to create
a request to another user to install the app.
Is there a way to do this without being in a fb_request_form?
the use case is:
Fred is creating a task, he assign it to a friend Sally , if Sally has
already installed & setup my app, no problem, if she hasnt, I want to
send an add request from Fred along with details of the task.
I have a create task form with tons of stuff in it including a frie...
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="FRIENDI...