How can I set default value of “Who can see posts this app makes for you on your Facebook timeline” to “Only me” on my app installation dialog? Is there a way to block it so that they users cannot change it to “friends”?
Thanks
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.
If you’re using the ios sdk, you can use this to initialize the session:
The defaultAudience sets the audience for the posts. If you look in the SDK code, you can see the FBSessionDefaultAudience values. It’s in FBSession.h. I’m using the 3.1 SDK.