Spyna / protect-rest-api-after-social-login

Demo code for Medium.com article Protect REST API after social login with Node.js and Express.js
https://bit.ly/2x1vb5c
32 stars 18 forks source link

Problems with Facebook authentication #3

Open jmvillavicencio opened 5 years ago

jmvillavicencio commented 5 years ago

Hi, I'm having problems with the debug_token endpoint. Then i used the demo in this repo, and seems to be having problems too. I'm getting: { error: { message: '(#100) You must provide an app access token or a user access token that is an owner or developer of the app', type: 'OAuthException', code: 100, fbtrace_id: 'AumsnPa5Gsf8dYTH12Gzdmu' } }

But the tokens seems to be ok.