How can I launch FaceBook Messenger (if installed) with a compose Windows to a specific FB ID.
If messenger is not installed, can we launch FaceBook app and have the compose Windows open to a specific FB ID.
In the rare instance if no Facebook apps are installed, can we launch mobile Safari with the compose window?
Messenger appInside Messenger, tap on your profile picture in the top left. Scroll down to Photos & Media and enter that sub-menu. The toggle for "Open Links in Default Browser" should be set to on. And there you go — Android users get the quick and easy solution to this issue.
Open Messenger and tap your profile picture in the top left corner of the screen. Scroll down to find your username link. Tap your username link and then tap Share Link from the list of options that appears. Select how you want to share your username link (text, email, etc.)
it provides the option to message your page in their browser or in the Messenger app. Options to message your page in the browser or Messenger app. To find your personal Messenger URL, go to the Settings tab in the Messenger app. Where to find your personal profile's messaging link.
The URL scheme is fb-messenger://user-thread/{user-id}
. I just build my app with fb-messenger
URL scheme as Viewer and trapped the URL on the UIApplication
delegate. The user-id
parameter is long integer one, as in https://developers.facebook.com/docs/graph-api/reference/user/
Just use https://m.me/USER_ID
.
This will deep link the user to the native Messenger app if available and start a conversation with the user identified by its USER_ID
.
If the native app is not available on the device, it will open the messenger web app in a new browser.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With