如何将标签应用程序添加到具有“新的验证对话框”的页面上 [英] How to add tab application to a page with the "new auth dialog"

查看:204
本文介绍了如何将标签应用程序添加到具有“新的验证对话框”的页面上的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我今天创建了一个应用程序,就像我以前做过的几次。但是,当我想将应用程序添加到某个页面时,我无法找到查看此应用程序个人资料页面的链接,通常用于将该应用添加到我的页面。



任何人知道如何添加应用程序到一个页面,与新的auth对话的东西?我找不到应用程序个人资料页面的链接。

解决方案

您可以通过以下几种方法:




  • 使用添加页面选项卡对话框,如文档中所述:


    • 使用JavaScript甚至不离开此页面的页面 FB.ui( {method:'pagetab'});

    • 通过重定向到 https://facebook.com/dialog/pagetab?app_id= APP_ID& redirect_url = URL


  • 通过链接 http://facebook.com /add.php?api_key=APP_KEY&pages=1&page=PAGE_ID

  • 从应用程序配置文件页面(您可以轻松地通过 http://www.facebook.com/apps/application.php?id=APP_ID 或通过简写 http://facebook.com/APP_ID 或通过点击应用程序名称在每个页面的左下角,同时访问Application Canva s)
    请注意,新创建的应用程序没有应用程序配置文件页面,如开发者博客

  • 使用API​​直接使用 manage_pages 访问令牌 - 页面文档中的详细信息。


I created an app today, as i've done several times before. But when i wanted to add the app to a a page i couldn't find the link "view this apps profile page", which I normally use to add the app to my pages.

Anyone know how to add apps to a page, with the new "auth dialog" thing ?? I can't find a link to the apps profile page.

解决方案

You can do it in several ways:

  • Using Add Page Tab Dialog as described in documentation:
    • With JavaScript not even leaving page where this get called FB.ui({method: 'pagetab'});
    • By redirecting to https://facebook.com/dialog/pagetab?app_id=APP_ID&redirect_url=URL
  • Via link http://facebook.com/add.php?api_key=APP_KEY&pages=1&page=PAGE_ID
  • From Application Profile page (you can easily get to it via http://www.facebook.com/apps/application.php?id=APP_ID or via shorthand http://facebook.com/APP_ID or by clicking on Application Name in the left bottom corned of every page while visiting Application Canvas) (note that newly created apps don't have an Application Profile page - as discussed on the Developer Blog )
  • Using the API directly with a manage_pages access token - details in the Page documentation.

这篇关于如何将标签应用程序添加到具有“新的验证对话框”的页面上的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆