My app needs to suggest to user friends who have visible photos (photos where privacy settings let them be visible at least to friends.) I am trying to filter out users who did not make their photos public to their friends. I know that the privacy table can identify the privacy settings for a specific object id
SELECT value, description FROM privacy WHERE id = 10150146071791729
How do I do it for all of the user's photos?