Facebook Messenger SDK to share text and url to facebook friends – Facebook api
I m trying to send text message which also contains urls to my friends on fb messenger, but not getting any way to send them. I have tried this let result = FBSDKMessengerSharer.messengerPlatformCapabilities().rawValue & FBSDKMessengerPlatformCapability.Image.rawValue if result != 0 {…