Devsoc-BPGC / DoJMA

DoJMA news app for BITS Pilani K K Birla Goa Campus students
6 stars 18 forks source link

Feature Request: Video Feed #146

Closed aryanagarwal15 closed 5 years ago

aryanagarwal15 commented 6 years ago

This video feed will be taken from multiple channels on youtube and facebook. As i understand Facebook doesn't allow users to watch videos without access token (Which is given when the person is logged in via facebook), so here I suggest that we should show videos in app if the video is available on youtube and open the facebook app if the video is of facebook.

The recycler view should contain the following fields: 1) Thumbnail 2) Name of the video 3) Time stamp of the video 4) Name of the department/club who made that video 5) Source of the video (i.e Youtube/Facebook)

The developer can either use Youtube API for this task or he can simply make url calls for Youtube videos.

For Facebook videos only URL calls possible.