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

returning request object when calling api method #86

Open hems opened 9 years ago

hems commented 9 years ago

Adding this return calls, this way you can keep the returned object from the "request" method and then have chance to call .abort() or any other method available.