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 API 不提供这样的功能。
您可以制作我们自己的类似外观的文本框,并使用提要更新其状态。
示例代码。
首先,您需要为您的站点创建一个新应用程序https://developers.facebook.com/apps
然后在创建应用程序后,通过使用 API Key 和 App Secret 在 OAuth 协议的帮助下,您需要进行集成,如下所示
https://developers.facebook.com/docs/reference/php/
然后包含这两个文件,然后对 Post 按钮执行操作。