I am uploading some photos by Graph API and I want to make my application album private by default so that it won’t spam the news feed of other users. Or maybe there is an option for it to not post every upload on news feed?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, you have privacy parameter. I haven’t tested it with photos yet but it works fine with albums and posts. Pass the privacy object along with access_token or other fields.
http://developers.facebook.com/docs/reference/api/post/
See the privacy field in above link.