views:

107

answers:

0

i am using the facebooker gem from http://github.com/mmangino/facebooker for developing a rails 2 facebook application (iframe). i am wondering if this is a bug from facebooker:

when i am using

ensure_application_is_installed_by_facebook_user

in the application controller, the iframe gets rendered in an infinite loop. i found out that in vendor/plugins/facebooker/lib/facebooker/rails/controller.rb line 63 the request_is_facebook_iframe? is never entered for my iframe app. it seems that params["fb_sig_in_iframe"] is always not set.

is this a facebooker problem or did i miss something?