Explain how to facebook login api

Hi I try to use the facebook api as description here but face some difficulties:

When use the 2 string above, I got this result.

{
    "status": "error",
    "message": "Service not configured"
}
1 Like

Also, you need to add the call back url in facebook app setting:
in the field : Valid OAuth Redirect URIs add
add url below

Facebook

  • Callback URL: <<website_url>>/_oauth/facebook?close
2 Likes