node-facebook-sdk icon indicating copy to clipboard operation
node-facebook-sdk copied to clipboard

setSession / getSession not working properly (with ExpressJS)

Open ghost opened this issue 13 years ago • 0 comments

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.

ghost avatar Jun 19 '12 20:06 ghost