Open Codepoet77 opened 7 years ago
Please try switching to the latest version of the library: https://github.com/node-facebook/facebook-node-sdk
After that try running your code with the DEBUG=*
environment variable set.
Sorry for the NOOB question but does "npm install fb" install the the version you are referring to?
This is from my package.json
"fb": "^2.0.0"
Yup, your issue is just on the wrong GitHub repo.
Try the enabling the DEBUG
ENV. The newer versions have debug logs as well as request
.
Same Issue here.
This is sample code that I am using to attempt to post to a Facebook page from a node app:
The response to this call is:
{ message: 'An active access token must be used to query information about the current user.', type: 'OAuthException', code: 2500, fbtrace_id: 'CXQJxYMaH55' }
Can anyone suggest what I may be doing wrong here?