criso / fbgraph

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

Allow access_token to be replaced for single batch #67

Closed ivanseidel closed 9 years ago

ivanseidel commented 9 years ago

The way it was, calling graph.batch(actios, {access_token: 'whateveruwant'}, cb) would result in a empty access token, every time, except if global accessToken was set.

criso commented 9 years ago

sweet !