创建/更新页面选项卡 - 使用 API
我对 Facebook 应用程序开发非常陌生,并且阅读了“入门”指南和初学者教程。实际上,从这里开始并熟悉应用程序开发的术语和核心知识是很好的。
客户要求他们能够为所有客户的 Facebook 帐户创建/更新自定义选项卡(页面)。
我只需要确保我在正确的道路上前进。
1) 创建一个应用程序 2) 自定义访问用户页面/选项卡的权限 3)使用此应用程序创建/更新/删除/维护选项卡
如果我在这里遗漏了任何内容,请告知。如果您指出任何好的起点/架构等,将会很有帮助......提前致谢。
I am very new to facebook application development and gone through the 'Getting Started' guides and Beginner tutorials. Actually it's good to place to start and familiarize the terms and core knowledge about app development.
There is a customer requirement where they can able to create/update custom tabs(for pages) for all of their customer's facebook account.
I just need to make sure that I am progressing on the correct path.
1) Create an App
2) Customize the permissions for accessing user's pages/tabs
3) Create/Update/remove/maintain the tabs with this application
Please advise if I missed anything here. It would be helpful if you point any good places to start/architecture etc... Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要操作页面的选项卡,您需要 manage_pages 权限。
有关使用 Graph API 可以对选项卡执行哪些操作的更多详细信息:http:// Developers.facebook.com/docs/reference/api/page#tabs
To manipulate tabs for a page, you need the manage_pages permission.
For more details on what you can do with tabs using the Graph API: http://developers.facebook.com/docs/reference/api/page#tabs