Closed herquiloidehele closed 2 years ago
Can you log error.response.body
to see the actual error the request has received from Facebook
Yes, the error presented:
{"error":{"message":"API calls from the server require an appsecret_proof argument","type":"GraphMethodException","code":100,"fbtrace_id":"AAVzcDTvtvYAXE4uaaB-mAK"}}
I had to disable that feature from facebook developer portal, and it fixed now. Thanks.
Great. You have it working :). Closing the issue
I am having an generic error on the callback handler when i try to get the user with:
The error
Package version
"@adonisjs/ally": "^4.1.1",
Node.js and npm version
Node: v14.17.5
NPM: 6.14.14
Sample Code (to reproduce the issue)