I want to generate App Link URL for my Facebook game app so players can send game invitation for all their friends.
After referencing Facebook SDK, I have this kind of code:
In above AppInvite function, first parameter require App Link URL that I was trying to generate.
For this purpose, I gone through multiple posts like these:
'Missing app link URL' on Facebook app invite
what is AppLink URL in FB.Mobile.AppInvite in Facebook SDK for Unity? and how to get it? or make it?
But I can't able to get success in this because I can't able to generate App Link URL.