Hi All,
I'm writing a new facebook application with all migrations enabled. The canvas page loads. Profile page (fbml) doesn't load. When accessed page loads with the facebook ajax loader animated icon and just hangs there indefinitely. Facebook is not hitting my public server for the profile tab page. I've a servlet that can handle both GET and POST at this url.
The app canvas page is accessible at http://apps.facebook.com/sensei-shelf The app profile page is mapped to [canvasUrl]/profile.html and is accessible at apps.facebook.com/sensei-shelf/profile.html
I've set this as the profile page in my application's settings page. The profile servlet is capable of taking both GET and POST requests. The application is hosted on Google AppEngine. So from logs, I know there is no incoming requests from facebook when a user clicks on the profile tab of the app.
The profile tab default column is to wide.
Any solutions/suggestions/workarounds please?
Regards, Krishna