Facebook api – Limiting the scopes of an OAuth 2.0 flow
I want to set up a OAuth 2.0 flow in my code. I want my code, to be limited to specific scopes (even if someone accidentally writes some extra code to request additional ones). Let's assume I want my code…