如何将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 */
}];