[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"fb://profile/user.x"]];
fb://profile/[your ID]
and the facebook app will open to your page.
fb://profile/(fbid)
I followed the steps above to open Facebook native app in iOS 8 but it does not work, is there a way to do this?
I mean twitter works perfect whats wrong with Facebook not updating their API!.
Thanks