如何使用 php sdk 管理 facebook 页面
我是 Facebook 应用程序的新手 我想使用 php 代码管理 Facebook 页面。 为此,我创建了一个 Facebook 应用程序,
现在我需要获取一些信息或示例代码来使用该应用程序管理 Facebook 页面。
我的理解是我需要为此设置我的应用程序权限 我已经为此设置了我的 Facebook 应用程序权限
,但不知道如何启动
任何帮助或示例代码将非常非常感激。
问候
I am a new beginner for Facebook apps
I want to manage Facebook pages using php code.
For that i have created a Facebook application
Now i need to get some info or sample code for managing Facebook pages using that application.
What i understood that I need to set my application permissions for that
i have set my Facebook application permissions for that
but not getting how to start
any help or sample code will be very very thankful.
regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只有一位页面管理员可以授予您的应用程序访问权限,以代表该页面执行操作(有一个例外,即直接使用用户名/密码而不是由普通 Facebook 用户创建页面时)。有关如何对它们进行身份验证,请参阅:https://developers.facebook.com/docs/authentication/ 然后注意谈论/me/accounts 的部分。
Only one of the page admins can grant your app access to do things on behalf of the page (there is one exception, and that is when the page was created using a username/password directly rather than by a normal facebook user). For how to authenticate them see: https://developers.facebook.com/docs/authentication/ And then pay attention to the part that talks about /me/accounts.