Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deep Link to a Facebook Page

I am new to this Deep Linking stuff, so I would really appreciate your help.

I have a post on Facebook and i need it to point to a page. BUT when I open the link on mobile, I need it to send me to the page i want people to like, but in the Facebook App on each phone (mainly iOS and Android).

I already tried fb://profile/[pageID] but it doesn't link to the specific page, just newsfeed, inside the app. Also tried fb://page/[pageID]. The good part is that it opens it in the Facebook app.

I feel that I am so close, but I don't really know what I'm doing wrong.

I would really appreciate your suggestions!

Thank you!

like image 670
user3756980 Avatar asked Jun 20 '14 09:06

user3756980


2 Answers

To deep link to a specific page, use fb://page/{page_id} for Android and fb://profile/{page_id} for iOS.

Tested on Facebook iOS v57.0 and Android v80.0.0.21.65.

Find your page ID using http://findmyfbid.com

like image 159
DaveAlden Avatar answered Sep 21 '22 20:09

DaveAlden


if the page ID you used is a text format (fb://page/example) it will not work (i don't know why) but if it is a long number it will work like for example fb://page/1111111111

like image 26
M.M.Rame Avatar answered Sep 25 '22 20:09

M.M.Rame