I am working on a Facebook graph api to fetch user uploaded video by setReadPermission user_videos.
I got the response of uploaded/live video in a embed_html <iframe> which supports for web integration of video.
Then I tried the followed the link to get video source file or link to play it in Android Videoview.
But GraphResponse object returns only Description, uploaded time and ID only.
What I can do to get the video details.
Response:
{Response: responseCode: 200, graphObject: {"description":"Test video","updated_time":"2016-12-13T06:21:00+0000","id":"xxxxxxxxxxxx"}, error: null}
I am looking for a video source file in the format of mp4 so that I can play it in android Videoview.