Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook Graph API Video Upload Privacy Setting

Is it possible to set the "privacy" for each video upload using the Graph API? I have a little gallery that will display different videos from people. But at the moment, I can only display the Thumbnail and unable to view the video if I am not "friends" with the uploader.

FYI: I have set the "Default Activity Privacy" in the Facebook App setting in Auth Dialog to "Everyone".

Any inputs would be very helpful.

Thanks!

like image 955
wenbert Avatar asked Mar 08 '26 04:03

wenbert


1 Answers

If you go to Account Settings >> Apps, and find your app, there is a settings called

Who can see posts this app makes for you on your Facebook profile?

While your Default Activity Privacy may be set to Everyone now, it's possible that when the user authorized the app, he changed the privacy mode. Or, maybe the user authorized your app with the default privacy before you changed the default.


via Facebook: "Where can I control my app privacy and settings?"

... never does Facebook say that an app can override a user's privacy setting. That's because it's not possible. If it were possible, it would seriously discourage people from using apps at all.

like image 95
Gil Birman Avatar answered Mar 10 '26 10:03

Gil Birman