Does anyone know the URL scheme for iOS to show a video in the facebook app?
For showing the profile I use
NSURL *url = [NSURL URLWithString:@"fb://profile/1727305929"];
[[UIApplication sharedApplication] openURL:url];
What is similar for a video? For example, what is the URL scheme for this video link:
https://www.facebook.com/hanwel/videos/10200653642859965/?pnref=story
Thanks,
Hanno