如何将Facebook页面中的视频显示到我的IOS应用程序?

时间:2015-07-25 00:11:24

标签: ios objective-c facebook facebook-graph-api facebook-ios-sdk

如何将Facebook页面中的视频显示到我的IOS应用程序。我知道来自Facebook的显示视频,但我需要显示来自Facebook页面的视频 https://developers.facebook.com/docs/graph-api/reference/video

[FBRequestConnection startWithGraphPath:@"/me/videos"
                             parameters:nil
                             HTTPMethod:@"GET"
                      completionHandler:^(
                          FBRequestConnection *connection,
                          id result,
                          NSError *error
                      ) {
                          /* handle the result */
                      }];

1 个答案:

答案 0 :(得分:0)

您将从Facebook API获取视频url, 要加载URL,请使用AVPlayer

编辑:

请阅读此Facebook developer