How can i access photo privacy settings through Facebook Graph API? -
I do not want to use FQL because it is taking too long, leaving my app a special user You need to get all the Facebook pictures of
Using the graph API first, getting all the pictures for a particular user, then I use all the pictures to check the privacy settings using FQL A Try but it's going to take hours. Photo object does not have any privacy fields on the graph API. D
Does anybody know that there is a way without going through FQL?
Comments
Post a Comment