Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

url to open facebook messenger app if installed, else open web messenger [closed]

I am looking for a single url to open facebook messenger chat session across different devices:

  • On mobile, if fb messenger app is installed, it opens fb-messenger://user-thread/
  • On mobile, if fb messenger app is not installed, it opens http://m.me/
  • On desktop, it opens http://m.me/

Example: For Google map, I just need use href="http://www.google.com/maps/place/{{lat}},{{lng}}", it will automatically open Google map app if installed, else it open google map on browser.

like image 315
Harry Avatar asked Nov 30 '22 09:11

Harry


1 Answers

http://m.me/<FACEBOOK_PAGE_USERNAME>

For example:

Broadcast Football

like image 187
Bcf Ant Avatar answered Dec 27 '22 02:12

Bcf Ant