I m currently using a method like this:
FB.ui({ method: oauth , perms: "user_photos" }, post_auth_callback);
Has the OAuth 2.0 upgrade changed how permissions should be requested? The current Facebook documentation doesn t show a perms param. It looks like it has been replaced with a scope param. However, in testing, the scope param is ignored and it simply requests standard access.