I can successfully access the facebook userdata via the OpenFB API, but when I try to use:
var auth = $firebaseAuth(ref);
auth.$authWithOAuthToken("facebook", accessToken)
to authenticate the user through Firebase, I get the following error:
I've tried adding several OAuth redirect URIs in the Facebook developer console:
I'm using the correct App ID and App Secrect from Facebook. Any ideas?