How can I access Facebook Ads API using Node.js?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
The same way you access any other API in node, by using http.createClient This example is based on a proxy, but can be adapted to make any sort of request Borrowed from from http://www.catonmat.net/http-proxy-in-nodejs/
|
|||
|
|