Answer the question
In order to leave comments, you need to log in
Why is the app link (deep link) generated by facebook not working?
I want to make a button on my site that, when clicked, will open the facebook native app if installed, or the facebook website.
As far as I understand, I need to make a separate html page with prescribed App links. I used facebook app links hosting to make sure the file was generated correctly.
On facebook, they gave me such a link and the code below. The problem is that neither on iPhone nor on Android, the native application opens in any browser, although the facebook application is installed on all devices.
Why is this happening and how can it be fixed? If I clean
meta http-equiv="refresh", then nothing happens at all.
<html>
<head>
<title>App Link</title>
<meta property="fb:app_id" content="505860159524932" />
<meta property="al:ios:url" content="fb://profile/838619192839881" />
<meta property="al:ios:app_name" content="Facebook" />
<meta property="al:ios:app_store_id" content="284882215" />
<meta property="al:android:package" content="com.facebook.katana" />
<meta property="al:android:app_name" content="Facebook" />
<meta property="al:android:url" content="fb://page/838619192839881" />
<meta property="al:web:should_fallback" content="false" />
<meta property="al:web:url" content="https://www.facebook.com/warpcompany" />
<meta http-equiv="refresh" content="0;url=https://www.facebook.com/warpcompany" />
</head>
<body>Redirecting...</body>
</html>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question