Our Facebook app requests the following permissions:
- user_website
- manage_pages
- publish_stream
- read_insights
When we use the Facebook "Log In" button (https://developers.facebook.com/docs/reference/plugins/login/), three distinct popups are consecutively displayed (one after another - you must click "Okay" each time):
My guess is that these popups deliberately separate out and group the permissions by similarity/type. However, for our (non-tech savvy) users, this is an awkward and confusing use case. Facebook used to consolidate all of these permissions into one screen.
Is there a way to consolidate them into one screen with the current implementation of the FB "Log In" button?