Backback doesn't work

I cannot implement a facebook app backup that redirects it to the google play store if the app doesn't exist on the device. My app works if the app is installed on the device. I was submitted by my app for privacy reasons ... Please, any help would be helpful ... Thanks in advance

    <meta property="al:android:url" content="sharesample://story/1234">
    <meta property="al:android:package" content="com.facebook.samples.sharesample">
    <meta property="al:android:app_name" content="ShareSample">

      

+3


source to share


1 answer


Just add this to your meta tag



<meta property="al:web:should_fallback" content="false">

+4


source







All Articles