Thuzi / facebook-node-sdk

Modeled from the (Facebook Javascript SDK), now with the facebook-node-sdk you can now easily write the same code and share between your server (nodejs) and the client (Facebook Javascript SDK).
Other
737 stars 250 forks source link

500 FacebookApiException: #47

Closed cmarrero01 closed 10 years ago

cmarrero01 commented 10 years ago

I run the example,

npm install cd samples/scrumptious npm install node app.js

and I make click on the button login of facebook, an when retrieved from facebook, this is the error that showme.

500 FacebookApiException: {"error":{"message":"Error validating verification code. Please make sure your redirect_uri is identical to the one you used in the OAuth dialog request","type":"OAuthException","code":100}}

This exactly happend with other libraries of facebook sdk, I don't know if is a bug of this library or if is some that I make wrong.

prabirshrestha commented 10 years ago

It is not a bug. You might want to check this issue for more info. You need to configure some stuffs before using it.

https://github.com/Thuzi/facebook-node-sdk/issues/41