This is my first question to Stackoverflow. Please let me know if I need to provide more info.
The facebook-nodejs-business-sdk is still in version 13. Is there a way to call for Facebook Business API version 14?
I tried updating to the latest version from npm installs but its only v13.
2
Answers
This can be addressed by overriding the SDK API version with the following (right after you require the package):
The version 14 of the facebook-nodejs-business-sdk module is out now.
To install the latest version of facebook-nodejs-business-sdk you can run in the terminal.