skip to Main Content

Facebook api – can't exchange token manually v2.7

I'm using Loopback and I'm trying to user auth for graph api without javascript sdk or passport I got the code successfully however I can't exchange it with access token I followed this guide https://developers.facebook.com/docs/facebook-login/manually-build-a-login-flow/#confirm my get request is https://graph.facebook.com/v2.7/dialog/oauth?code={xxxx}&client_secret={xxxx}&client_id={xxx}&redirect_uri={myURL}…

VIEW QUESTION
Back To Top
Search