I'm using fb ios sdk for sharing link to people connected on fb messenger. There is no way I can find to share link on Messenger app.
FBSDKMessengerSharer class only can share audio, video and image to Messenger. How can I open Messenger app with initiating particular link? Please help me soon.
Your are right. My understanding as well is, the API has no support at this point beyond media sharing to messenger using
FBSDKMessengerShareButton
. I scanned through this and https://developers.facebook.com/docs/ios/reference and there is nothing.If your URL is GIF or WebP you can try using the
sourceURL
attribute ofFBSDKMessengerShareOptions
.Thanks