I am trying to create Album that is visible to everyone:
FB.api("/me/albums", "post", {
name: "album name", privacy: \'{"va
This happens because the new per-app post privacy control is set to Friends so this App can only set privacy as wide as friends.
Please read the following blog post for more info: https://developers.facebook.com/blog/post/543/
I just filed it as a bug in the Facebook Bug Tracker. Please vote.
UPDATE: This is because of the new "per-app post privacy control". Please check @AlexandreCouturon answer.