如何让用户在我的网站中管理他们的 Facebook 页面以添加一些自定义登陆选项卡?

发布于 2024-12-11 10:44:38 字数 248 浏览 0 评论 0 原文

如何让用户在我的网站中管理他们的 facebook 页面,以添加我在网页中创建的一些自定义登陆选项卡。当用户单击该自定义选项卡时,它应该生成一个对话框或 facebook API,其中包含页面列表当前用户已经创建,他应该能够选择其中一个页面,并且该页面应该将他重定向到 facebook 中带有该自定义选项卡的选定页面。请开发人员帮助我进行一些编码。 例如:关注这个网站 hyly...

我从过去 1 个月起就一直被这个问题困扰...希望你能让我克服这个问题...

how to make users to manage their facebook pages in my website for adding some custom landing tabs which i created in my webpage.when are user clicks on that custom tab, it should generate a dialog box or facebook API , with the list of pages which the current user has created and he should be able to select either of one page and that page should redirect him to that selected page in facebook with that custom tab.. Please developers help out me with some coding.
for example:follow this site hyly...

i was stucked up with this problem from last 1 month..hope you will make me to overcome this problem...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

2024-12-18 10:44:38
  1. 要检索用户管理的当前页面,您需要 manage_pages< /a> 权限,然后查询: /me/accounts
  2. 然后您可以将应用程序安装到 页面,通过向 PAGE_ID/tabs 发出 HTTP POST (示例
  3. 没有人会为您构建(编码)应用程序。这个社区是为了解决技术问题,即您已经完成了所有工作,但遇到了一些需要帮助的问题。
  1. To retrieve the current pages a user administer you need the manage_pages permission and then to query: /me/accounts
  2. Then you can install an app into a page by issuing a HTTP POST to PAGE_ID/tabs (example)
  3. No one will build (code) an app for you. This community is about solving technical issues, i.e. you have done all the work and stuck in some points which you need help with.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文