1

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

  • possible duplicate of [What are all the custom URL schemes supported by the Facebook iPhone app?](http://stackoverflow.com/questions/5707722/what-are-all-the-custom-url-schemes-supported-by-the-facebook-iphone-app) – luk2302 Sep 04 '15 at 17:22
  • unfortunately not, most of these schemes are not working. The only one I can use is profile/id. – Hanno Welsch Sep 04 '15 at 17:55
  • Did you scroll down to the May 2015 update? – luk2302 Sep 04 '15 at 17:56
  • This functionality is not officially supported. You should not rely on this functionality. – Roemer Sep 08 '15 at 11:58
  • Thanks, that's also the result of my researches. So I will link to the web url of Facebook and let Safari do the job. – Hanno Welsch Sep 09 '15 at 12:14

0 Answers0