Displaying 20 results from an estimated 100 matches similar to: "422/InvalidAuthenticityToken with fb_request_form"
2008 Jul 31
8
Facebook Connect
Is anyone planning on using Facebook Connect? I have the
implementation that I think covers the user registration. I''m going to
work on the UI stuff as well but would love to get some feedback on it.
Mike
--
Mike Mangino
http://www.elevatedrails.com
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 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
2008 Jan 25
1
form error with datetime select
Hi, Im trying to build a form using:
<% facebook_form_for(:task, at task,:url => create_task_path) do |f| %>
Assign Task To: <%= fb_friend_selector %>
<%=f.text_field :ttype, :label=> "Title"%>
<%=f.datetime_select :duedate, :label=> "Due Date"%>
<%=f.buttons "Add" %>
<% end %>
But im getting an
2007 Dec 08
3
Uploading photos using facebook & attachment_fu
Hi All,
I''m trying to use a form to upload a photo that I will save using
attachment_fu. I''m very new to Facebookr so I apologize if this is covered
somewhere, but I''m kind of stumped.
Here''s what I''m doing now:
<% facebook_form_for(:my_object, :url => { :action => ''upload_photo'', :id =>
params[:id] }, :html => {
2008 Jan 11
6
couple of newbie questions about redirects
I''m working on an app, and am new to both ruby and facebooker. Here
is my current area of confusion:
What should happen on a user''s initial visit to my app? When I hit
apps.facebook.com/<my app> for the first time with no cookies or
sessions or anything, I''m asked if I want to log into the app, etc.,
and am then redirected to my callback url outside of facebook.
2008 Jan 25
2
form formatting
If I want to use fbml elements and rails tags, is there a way to do
within a fb:editor?
if I do:
<% facebook_form_for(:task, at task,:url => create_task_path) do |f| %>
Assign Task To: <%= fb_friend_selector %>
<%=f.text_field :ttype, :label=> "Title"%>
<%=text_field_tag :newrnumdays, ndays, :label => "# Days"%>
2007 Jan 18
2
memdisk, free memory
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I am having trouble with memdisk not freeing all all memory - mem /c
shows only about 570K memory (and I happen to need that extra memory in
DOS ... :-( ).
I found some (rather old) information about this issue. It seems as if
this is just what is happening to me:
http://syslinux.zytor.com/archives/2003-June/002213.html
2007 Feb 02
2
Dell and pxelinux keyboard problems
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I am having trouble with one Dell system and pxelinux: The keyboard does
not properly work.
The computer boots, I press F12 to select the boot device, then I select
the network card. Up to that point the keyboard works fine.
Then pxelinux is booted, and I use menu.c32 to display a menu (or
vesamenu.c32 - same result). Now the keyboard does not
2007 Jun 10
4
USB Keyboard
Hello,
My desktop machine at work was replaced and they gave me a Dell
Optiplex GX520 machine to use. When booting from CD-ROM I use
isolinux 3.50 and the keyboard does not work. It does work once linux
boots, and it works if I hit the F2 to go into bios before isolinux
starts. I have searched google and the syslinux archives for
'Optiplex GX520' but have not found any reports of
2009 Sep 01
0
Lots of InvalidAuthenticityToken errors - what's causing it?
So I''ve had this application online for about 4 months now, and ever
since launch, I get random e-mails from ExceptionNotification about
authenticity token errors. In and of itself, that''s cool, but I''m
disturbed by the number I''ve received.
Basic setup:
Rails 2.2.2
Passenger 2.2.2
Apache 2
Long story short, I''ve gone through lots of output from
2009 Jan 14
0
ActionController::InvalidAuthenticityToken
You will need:
skip_before_filter :verify_authenticity_token
in your sessions_controller.rb
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
2008 Jul 29
0
Re: InvalidAuthenticityToken with Lightview
On 29 Jul 2008, at 01:00, Elliot Chyba wrote:
> I''m integrating Lightview,
> http://www.nickstakenburg.com/projects/lightview/, into an
> application.
> It''s more or less a content overlay similar to a light box, which then
> calls the content either through an IFRAME or Ajax request. The IFRAME
> works fine but for obvious reasons, I''d prefer to use
2010 Aug 27
0
Disabling Exception Notification for ActionController::InvalidAuthenticityToken
Does anyone know how to disable exception notifications for the
Exception Notification plugin when it is an
ActionController::InvalidAuthenticityToken?
Thanks!
Tom
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To
2008 Jun 20
0
random InvalidAuthenticityToken errors
My login controller seems to be randomly raising
InvalidAuthenticityToken errors. I''m using exception_notifier so I''ve
got pretty solid debug output, but I can''t see any pattern to it. They
are real users with different IPs and different who sometimes try
repeatedly to join or log in and mail me when they can''t, so I don''t
think it''s any kind
2009 Jun 04
4
ActionController::InvalidAuthenticityToken & :before
I have a form that submits search criteria and while it is processing I
wanted to use a js function to indicate:
<% form_remote_tag :update => ''mainbody'', :url => {:action => ''search''},
:before => "wait_message(''mainbody'',''S E A R C H I N G'')" do%>
wait_message() executes but then when
2010 Aug 19
0
Rails - Devise - Warden and InvalidAuthenticityToken
Hi
I''ve just uploaded my new website to my server and, after a couple of
teething problems, seem to be hitting problems when I am using devise
and warden to authenticate users etc.
The following is the error message with sensitive information removed:
Processing RegistrationsController#create (for 81.111.90.194 at
2010-08-19 21:35:43) [POST]
Parameters:
2008 Sep 08
0
InvalidAuthenticityToken when user adds application through facebook registration
If a user that has not yet signed up for Facebook attempts to visit an
application page facebook presents them with a registration form. After this
form is completed, the application is automatically added to the user''s
account and Facebook displays the following message:
Welcome George Tesster! Your account has been created.
[application] has been added to your account.
Facebook also
2009 Mar 11
0
InvalidAuthenticityToken when using Mechanize
I am sending post requests to another rails app via mechanize and
getting the InvalidAuthenticityToken error. I know its due to the
protect_from_forgery line on the application_controller. How do I
manage to overcome this?
Thanks a lot,
ElĂas
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2008 Jan 16
0
REST Web Service ActionController::InvalidAuthenticityToken
I am trying to write a REST web service
testing locally is fine but whane I deploy the server and try test it
via curl
curl -i -X POST -H ''Content-Type:application/xml'' -d ''''
http://mytesteddomain.tld/user/posts/createReference.xml
I get an error :
ERROR TYPE: ActionController::InvalidAuthenticityToken
ERROR MESSAGE: