[Facebooker-talk] Facebook app as part of a larger rails app handled by one controller

Jesse Clark jesse at jesseclark.com
Wed Jan 7 17:38:06 EST 2009


Hi all,

I found this thread from a while back which discusses the situation  
where one wants to implement a Facebooker app that is handled by one  
controller of a rails app: http://rubyforge.org/pipermail/facebooker-talk/2008-January/000093.html

I am in this situation with my app. Is the suggested best practice to  
handle this still to change relative_url_root as David describes and  
then add a route for:

map 
.canvas_page_base 
( "#{ENV["FACEBOOK_APP_NAME"]}/:action/:id", :controller => 'facebook' )

? Or, has Facebooker been modified to allow this configuration without  
hacking relative_url_root?

What is the current suggestion for handling this situation?

Thanks in advance,
-Jesse

  


More information about the Facebooker-talk mailing list