wolfrevokcats
wolfrevokcats

Reputation: 75

Intercepting links from Facebook app to open my Android app

Referring to this post, I have managed to intercept link from Google search result to open my app, but is there any way I can intercept link from Facebook app to open my app? At current stage, clicking on the link only open my webpage in Facebook's build in browser and not my app.

Thanks in advance.

Upvotes: 0

Views: 189

Answers (1)

Sreedev P R
Sreedev P R

Reputation: 131

You can do so using app linking (not deeplinking, but similar). You have to provide meta tags to your hosted website. Refer this link https://css-tricks.com/essential-meta-tags-social-media/

. You have to provide your package name and fb app id to the meta tags, and you will be redirected to your app.

Upvotes: 1

Related Questions