criso / fbgraph

NodeJs module to access the facebook graph api
http://criso.github.io/fbgraph/
1.09k stars 174 forks source link

Cross Origin error in localhost #119

Open arunlals opened 7 years ago

arunlals commented 7 years ago

A wildcard '*' cannot be used in the 'Access-Control-Allow-Origin' header when the credentials flag is true. Origin 'http://localhost:7000' is therefore not allowed access. The credentials mode of an XMLHttpRequest is controlled by the withCredentials attribute.

ffflabs commented 6 years ago

Are you trying to use fbgraph calls from the browser?