I'm trying to limit the permissions to facebook. Here is what i called, but the permission are still the same (default - birthday, profile, post etc.). I only need post permissions.
adapter.addConfig(SocialAuthAdapter.Provider.FACEBOOK,"api_key","api_secret", "publish_actions");
After doing this the permissions doesn't change and the app gets rejected on facebook dev page because i need to provide information on where i use the rest of the permissions (like birthday, photos, profile etc.) Am i'm doing something wrong ?