How to Invite Friends From Facebook to Android app ? - Gives Error
问题 I am working on an Android App. I am working to add "Invite Friend" feature to my app. It goes to my AppLinkUrl successfully but Show an Error. My Manifest code is as below- <!--Abhishek Tandon FB invitation Code--> <intent-filter> <action android:name="android.intent.action.VIEW" /> <category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.BROWSABLE" /> <data android:scheme="com.tandon.mynewsapp//https://my_fb_url_here" /> </intent-filter>