I am trying to setup Facebook app invites, but I keep getting :'The app link used in this invite does not contain an Android or iOS URL'
I am using my website as the URL, which contains these meta tags:
<meta property="al:ios:url" content="(myapplink)" />
<meta property="al:ios:app_store_id" content="(myappid)" />
<meta property="al:ios:app_name" content="(myappname)" />
<meta property="og:title" content="(myappname)" />
<meta property="og:type" content="website" />
Anyone know what i'm doing wrong? Thanks