If you want this link to work optionally when it launches an application or an open web page, if the application is not installed, you need to add the following meta tag:
<pre> <meta property="fb:app_id" content="[facebook app id]" /> </pre>
It doesn't matter if facebook app id exists. It will work correctly in iOS only if it exists. However, Facebook on Android will first open the web view, but allow you to launch the application from this page.
The following meta tag should be removed:
<pre> <meta property="al:web:should_fallback" content="..." /> </pre>
Sergey
source share