Hi.
I have a Facebook app and use the Web Canvas feature.
If I'm not logged in, and go to my App page (
https://apps.facebook.com/u-read-blogs/?fb_source=bookmark&ref=bookmarks&count=0&fb_bmpos=2_0) I get the ES login screen. I can log in (in my case using Facebook OAuth method), and browse the site, no problem.
However, if I move away from the canvas back to my Facebook profile, then try to go to the canvas again, I get a 404 error on the site.
Checking my logs, I see that FB is trying to navigate to
http://u-read.net/?fb_source=bookmark&ref=bookmarks&count=0&fb_bmpos=2_0 when not logged in on the site, but when logged in, Facebook canvas is trying to go to
http://u-read.net/?Itemid=710
Bit confused, and don't know if this is a ES problem.
Dave