Sending message from iOS application to FB messenger app
问题 I need to send a pre-filled message from my app to the fb messenger app. I followed the post SO Link. The custom URL just opens the fb messenger app but shows no change. Below is the code that I have tried: [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"fb-messenger://contacts"]]; [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"fb-messenger://share"]]; The above code just opens the fb messenger app, it does not navigate to contacts page or the compose