我可以通过任何方式(例如 API)对我的页面中的 post 进行计数并做出反应,并使用该计数存储在我的数据库中以使用它吗?

Can I have any way (such as an API) to count the like and react on my post in my page and use that count to store in my database to use it?

我想在我的网站上创建一个 post 并在我的 Facebook 页面上 post/share。这可以是 live/video/image 等。我的 post 在 Facebook 中获得的点赞量和反应需要获取并存储在我网站的 post 相关数据库中。

最简单的解决方案是在创建 post 时保存 post ID(如果 post 通过 API 成功创建,您将获得该 ID ) docs

当你想获得点赞时,使用 post ID 并获取 API 信息。 docs