node-facebook-sdk
node-facebook-sdk copied to clipboard
setSession / getSession not working properly (with ExpressJS)
The facebook.api() function returned error object saying the access token was required. So I traced the problem to two possible errors, one being returning the appId + the secret as access token in the getAccessToken function and other maybe the problem with getSession or setSession functions.