I have an Android application with Facebook sharing, and also applinks and deep linking. If the user have my app installed, everything goes well. User clicks shared item and my app opens.
**However when my APP is not installed, the news feed just open the shared link with Facebook app browser. But I want that the news feed shared from the my APP can send people to the APP's Google Play page. Can anyone give me some hints? **
I've read the Applinks section from Facebook below: https://developers.facebook.com/docs/applinks/android
Thanks in advance.