criso / fbgraph

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

create debug option to print requests #73

Closed brandones closed 9 years ago

brandones commented 9 years ago

Adds a debug option. When enabled, the content of every request made to Facebook is printed.

criso commented 9 years ago

How about plugging this in https://github.com/visionmedia/debug instead of console.log