如何验证facebook页面与facebook App连接?
我尝试订阅页面的实时更新。
添加了应用以获取实时更新:
I Make a POST call to https://graph.facebook.com/v2.0/<page id>/tabs with app_id
set to my app's ID and page accesstoken as param - receive true from api
是否有任何API确认页面现在已连接到应用,我在上面的网址中提到了app_id?
I tried GET Call to https://graph.facebook.com/v2.0/<page id>/tabs,
there is no information about app_id.
任何建议,
答案 0 :(得分:0)
查看https://developers.facebook.com/docs/graph-api/reference/v2.0/page/tabs/#publish
它声明:
如果应用程序未在App Dashboard中配置为“页面”选项卡应用程序 将仅为页面安装,而不是作为选项卡添加。这是 如果您订阅来自页面的实时更新,则非常有用。
因此,如果您的应用未配置为Page Tab App,您将无法通过我的理解通过/{page_id}/tabs
端点看到它。