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.
我正在尝试从他们的 FB 页面将提要放在公司网站上。提要只会在帖子中阅读。为提要维护访问令牌的最有效方法是什么?
为了建立这个提要访问,您可以使用 Facebook 的通用页面 RSS 提要:
https://facebook.com/feeds/page.php?id=PAGE_ID_HERE&format=rss20
只需相应地检索和解析数据。
祝你好运!