My requirement is user should redirect to particulate application page after clicking the facebook post.
I took reference from this link: Cannot get the new AppLinks to work on iOS or Android and created demo according to that.
I am able to generate canonicalUrl (canonical_url : https://fb.me/7686509******* )with use of php script and app_link_hosts id.
I am sharing this url in my publishFeedDialog like this params.putString("link", canonical_url),post shared successfully.
Then I am going in my facebook application and clicking on the same shared post this will redirect user to my application page and application opens automatically which is fine.but I want user should redirect to inner page of my application.
I am facing problem to redirect user in application detail page from facebook post.Please anyone provide detail on this.
My Quesions and Queries are as below:
- How can I redirect user to application detail page with use of Applinks?
- Is it feasible to implement such functionality with use of Applinks?
- how to set target_url properly for detail screen of application?
I have also checked Documentation from: http://applinks.org/documentation/ but not getting enough help.also did email to support team of applinks.org and waiting for their reply for same.