I want to play video in my own iPhone app, and the video's link is grabbed from the Video object returned by Graph API, as you know, it's the 'source' property. Can anyone tell me whether this is possible or not?
If it's possible, how to load video by using that source? There are two kinds of sources in Video object, one is on http://video.l3.fbcdn.net, and another is on http://video.ak.fbcdn.net. I try to visit those two links in PC browser, no one works, the result is that the former one returns a 401 error, and the latter one returns a 404 error. If it's not, how can my app play a video uploaded by others on Facebook?
Thanks in advance!