Displaying 7 results from an estimated 7 matches for "request_is_for_a_facebook_canvas".
2008 Jan 23
4
redirect_to broken?
Is ActionController''s redirect_to method broken by Facebooker? When I try to invoke it and execute through apps.facebook.com, I get a blank page returned, response code 200, no redirect. When I try to connect directly to the server (not through apps.fb), I get the infinite recursion error described minutes ago. Are any of you able to use redirect_to successfully, and if so, any ideas
2008 Mar 18
4
respond_to formats, fbml and fbjs
In my controllers I have a respond_to block for both fbml and fbjs.
I created the fbjs mime type in environment.rb:
Mime::Type.register "application/javascript", :fbjs
However, even if I specify fbjs in a parameter name format during AJAX
post requests, it is being overwritten by Rails or Facebooker as FBML.
I confirmed this by placing logger.debug params[:format] immediately
before
2008 Feb 02
3
Question abt redirect_to..
I found a reference to using attachment_fu and followed the lead of it
but having an issue with the redirect_to that renders the fb:render
tag - In my form I''m setting the canvas to false, file is being
uploaded / save fine but when I attempt to redirect:
redirect_to :action => :new, :canvas => true
Unfortunatly it looks like my callback URL is getting printed twice, e.g.
2008 May 15
3
Facebooker support for iframe apps
Hi facebooker-ers,
It looks to me like facebooker does not currently support iframe
facebook apps - or am I missing something?
My first problem as I understand it is as follows - When you are
logged into facebook, and access a facebook application,
facebook tacks on a whole lot of extra fb_sig parameters to the
request (including fb_sig_user) that the application can then
validate to
2008 Jun 15
11
[PATCH] helper to create fb css stylized table
I attached a rails helper implementation of the fb_table described here:
http://wiki.developers.facebook.com/index.php/Facebook_Styles
I included testing and comments. I hope you find it useful.
Curiously, it''s really a small extension of FBML.
Richard
-------------- next part --------------
Index: test/rails_integration_test.rb
2008 Jan 23
0
bug in external apps
...tion Trace | Framework Trace | Full Trace
vendor/rails/activesupport/lib/active_support/core_ext/hash/indifferent_access.rb:18:in `default''
vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:119:in `[]''
vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:119:in `request_is_for_a_facebook_canvas?''
vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:107:in `redirect_to''
vendor/rails/actionpack/lib/action_controller/base.rb:987:in `redirect_to''
vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:110:in `redirect_to''
vendor/rails/actionpac...
2007 Nov 09
2
Helpers and URL Rewriting
Hey folks,
I''m part way through a project using, I think rev 73 of Facebooker,
and was getting along pretty well. I''ve since tried the latest rev
(86) and have run into a few problems.
First one was with the helpers in that for some reason now none of
them are available so I''ve had to use helper :application, etc in my
controller.
Second one, which