I am trying to implement the new AppLinks API for my application to direct Facebook users to my mobile application.
I installed the meta correctly, but the Facebook application always opens the URL inside the internal web browser (but it then displays in the upper right corner, but the average user does not know what it means and will not click on it).
<meta property="al:web:should_fallback" content="true" />

But if I set if_fallback to false, Post will open directly in the application. But then Fallback for WebApp no ββlonger works.
<meta property="al:web:should_fallback" content="true" />
So, Facebook did not implement the correct implementation of AppLinks (so that does not make sense) or am I forgetting something?
Facebook Documentation
PS: On Android, it works correctly: after clicking on the βApplyβ application, it opens directly my own application, and if the application is not installed, it opens a regular web page
For Pinterest iOS, this method also does not work - but the implementation there is better than on Facebook. There, the Infoobox user is displayed:

Is this the best solution for iOS, or do I need to wait until Facebook explores this (if any)?
facebook facebook-graph-api applinks
brokedid
source share