How do sites such as StackOverflow and Untappd force users to accept their permissions?
When I tried with the JavaScript SDK, I used the scope object to request email addresses, but I continue to see “Edit the information you provide”, allowing the user not to provide his email address. I even tried following Manually to create an input stream with the same results.
Picture

Since we provide the user with the opportunity to register on the site through Facebook, we rely on the email address to create an account in our database.
However, sites like StackOverflow and Untappd do not offer such an option, I have to accept these permissions.
So what's the secret? How do I achieve this? Is this some kind of setting I'm looking at somewhere? Or is it necessary to "approve"?
source
share