I want to show facebook profile in my app, until now i use the method:
NSURL *url = [NSURL URLWithString:@"fb://profile/userId"];
[[UIApplication sharedApplication] openURL:url];
But i want to know if there is a possible to show the profile inside my app and not open facebook app for this. I want to do it because the problem that when there is no FaceBook app in the iPhone so the user can't see the profile.