Facebook Oauth login flow with Flutter

I decided to give Flutter a deeper try than previously. But I encounter some troubles with authentication. So in this story I will share…

1 Apr 2017 ... https://graph.facebook.com/v2.8/oauth/access_token?client_id={app-id} &redirect_uri={redirect-uri}&client_secret={app-secret}&code={code- ...

Lee mas