Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

An access control list (ACL), with respect to a computer file system, is a list of permissions attached to an object.

learn more… | top users | synonyms

0
votes
0answers
89 views

Spring Security: How to do facebook like permissions? [closed]

For my application, I need the following "facebook like" features: Allow a user to create and manage groups Add users in groups User can create personal content (photo, sound) User can share a ...
0
votes
1answer
303 views

Modify privacy settings for Album via Graph API

Well, it's been a few months since I saw someone else ask so thought I might give it a try. I am writing an application which depends heavily on the ability to change an album's privacy ...
0
votes
1answer
170 views

Modify privacy settings for Album

I've been searching in a lot of places about modifying the privacy settings for an album, thing that can't be done through GRAPH API; as far as I know. I would like to know if something has changed ...
1
vote
1answer
407 views

PHP and ACL system to Authorize actions in my app

I have a php application that I need to add Authentication system and some sort of an ACL. for the authentication part I choose oAuth based login systems, I will initially support login via Facebook ...