Hi,
I'm facing this typical facebooker plugin problem when working with IFrame applications.
When I'm not already logged into Facebook and I hit my FB application URL, it redirects the entire page and not just the IFrame to the FB Login page. After I log in, instead of taking me back to my FB IFrame application it redirects me to my rails application URL (that is my canvas callback URL).
To fix this issue I have used canvas=1 in my 'next' URL, which worked and the page now gets redirected properly to my FB application. However that causes the session to be lost in further calls that are made within my application (not to Facebook).
I've spent long hours trying to fix this issue, but haven't had any luck so far. Though I've read about this issue in numerous posts, I couldn't find an answer that worked for me. I use Facebooker plugin version 1 and I've heard it supports FBML apps better than IFrame apps. Is there any thing I can do to resolve the problem with the current plugin? Are there any workarounds I could use?
Please help!
Vignesh
|