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

Improve error handling

Open forste opened this issue 13 years ago • 0 comments

hey,

thanks for you work so far.

However, I'd appreciate some proper error handling, at best in a (de-facto) standard way, i.e. calling callbacks like

cb(error)

when an error occured, or

cb(null, result)

when everything is alright and we just want to pass the result.

I can change that myself but would like to know your feedback first

forste avatar Jul 18 '12 10:07 forste