How to download video from Facebook via C# (public) without using access_token
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…