Can't share text to fb messenger using UIActivityViewController
问题 I can share text to whatsapp/message app using NSString* text=@"I am sharing this text"; NSArray* sharedArray=@[text]; UIActivityViewController * activityVC=[[UIActivityViewController alloc]initWithActivityItems:sharedArray applicationActivities:nil]; dispatch_async(dispatch_get_main_queue(), ^{ // code here [self presentViewController:activityVC animated:YES completion:nil];//:activityVC animated:YES]; }); BUt the facebook messenger option is missing when I use this piece of code. I have to