So my problems developing with Facebook continue. The site I'm designing is built using twitter's bootstrap and is designed to be responsive. I have one set of source HTML files that I load in to an app, which is set up as a tab in a Page. I need to be able to support desktop browsers, iOS/android browses, and android/iOS native apps. I also wish to have deep links that link directly in to specific pages within my app. In order for the deep links to work I've ensured they always point to my App URL at apps.facebook.com. As my App is configured with a mobile URL, whenever the browser is sent to the app URL Facebook automatically detects if a mobile browser is in use and if so, redirects to the mobile URL. If not it loads the URL defined as the app canvas. for the iOS native mobile apps, when a deep link is followed or a search for the app directly is made, Facebook opens its internal web browser view and loads the page. So far so good.
In several of my web pages I have the Like and Comments social plugins and these work fine in desktop browsers. On iPad the mobile version is rendered out At the size of an iPhone, which is a bit crappy, but that's the least of my troubles.
It is inside the native mobile Facebook apps where the fun begins.
First is with the Like plugin. At the moment my site isn't trusted and so when hitting the Like button I usually see the "confirm" link appear. Clicking this opens a popup window, prompting the user to confirm their action. However in the native iPhone app and mobile safari browser the Like button just disappears. Worse is with the iPad version though, where the entire webview reloads with a full size confirmation view. That's ugly enough but it's made worse by the fact that the Cancel button doesnt seem to do anything when tapped - the page remains there. I haven't tried the Like confirm button from the same confirmation view.
Second issue is with the Send button - tapping this shows a div overlay of the Send functionality. On the iPhone browser and native app the div appears almost entirely off the screen to the left! It's like the Send button doesnt realise it is on a mobile device, despite being defined as part of the Like button HTML. I don't get it!
Finally is the comments plugin. On the iPhone browser and native app it'll tell me there are 5 comments, but won't actually show me the comments. Worse is that in the iOS native apps there is no comment input text area shown so no comments can be entered!
I feel like I'm going crazy working with Facebook!
Would appreciate someone with experience advising me on any of my above issues. Please note that my test Page and Apps in Facebook are set to unpublished and sandboxed respectively, if that is relevant. Also note that these are the exact same html files being loaded across all platforms - I am not loading different configs for plugins depending upon device / application. I have ios 6 beta 3 on the iPhone and iOS 5 (latest) on iPad.
I assume I'm not the first person to run in to these issues. At least,I hope I'm not!
Cheers!!
Lee