When adding my application on facebook the app add callback is made, but the fact that I am in an iframe is not detected
(no fb_sig params shown in request as below)
I am routing to my facebook_internal_controller using the installed=1 parameter , but this also affects the automatic
redirect to urls within facebook - I have to manually redirect to e.g
"http://apps.facebook.com/myapp/welcome".
127.0.0.1 - - [03/Dec/2007:23:42:35 UTC] "GET /facebook/facebook_internal/add_app?auth_token=xxx&installed=1
HTTP/1.1" 200 114
http://www.facebook.com/add.php?api_key=xxx -> /facebook/facebook_internal/add_app?auth_token=xxx&installed=1
|