Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个正在制作的应用程序,我想在 Facebook 上自动发布帖子。这意味着想要将图像+文本发送到 facebook。该图像将是来自 cloudinary 的图像(我在其中托管我的应用程序)
1) 用户发帖 2) 统计算法决定是否发帖... 3) 发帖发送到 Facebook 页面...
我该怎么做。已经有模块了吗?
试试看facebook-node-sdk,这是通过 nodejs 与 facebook 一起工作的模块。
facebook-node-sdk
npm install fb
这是很好的文档: https ://github.com/Thuzi/facebook-node-sdk