I need to download a video from Facebook. The user enters a URL to the video (for example, https://www.facebook.com/watch?v=285256880480741) and I need to download it without using an access key.
I understand that some private videos cannot be downloaded in this way, but public ones can.
I need some solution for C#. Maybe there is some extension…
I tried to do it in different ways. Through the Facebook API, HttpClient/HttpResponseMessage. Nothing worked for me.
Oleh Lovchuk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.