Displaying 1 result from an estimated 1 matches for "fb_sig_in_ifram".
Did you mean:
fb_sig_in_iframe
2008 May 15
3
Facebooker support for iframe apps
...t uses an iframe,
facebooker didn''t seem to be performing this validation.
Digging into the code, I found in controller.rb, that the validation
is only performed if the parameter ''fb_sig_in_canvas'' is present,
and when the request is for an iframe the parameter ''fb_sig_in_iframe''
is sent instead.
So, I patched it to also perform the validation in that case as well.
Does this make any sense? Is this patch something worth submitting? If
so. how should I do that?
The next problem is that now, with the patch, facebooker validates
these parameters and authenticates...