列出与 Facebook 应用程序关联的开放图谱节点
假设:
- 我是 Facebook 应用程序的管理员,
- 我已使用开放图谱协议元标记将一些网页关联到该应用程序,如所述 在 Facebook 网站上
- 我知道或可以获得有关该应用程序的基本信息,例如其应用程序 ID
有没有办法获取所有此类关联页面的列表?无论是通过 Facebook 公开的 API 还是其他任何方式。
编辑:(澄清的更多详细信息)
我正在谈论通过开放图元标签与 Facebook 应用程序关联的网页(不是 Facebook 页面)。例如,将其添加到网页的标记中:
<meta property="fb:app_id" content="1234567"/>
然后,您可以向各个页面的点赞者或与应用程序关联的所有页面的点赞者发布消息。
所有这些都在我上面链接的Facebook Open Graph 页面上进行了描述。
因此,重申一下,我想知道您是否可以从 Facebook 获取所有此类关联页面的列表。
Assuming:
- I am an admin of a Facebook app
- I've associated some webpages to the app using Open Graph protocol meta tags, as described on Facebook's site
- I know or can acquire basic info about the app, such as its app ID
Is there a way to get a list of all such associated pages? Whether by an API that Facebook exposes, or anything.
EDIT: (further details for clarification)
I'm talking about webpages (not Facebook pages) which are associated to a Facebook app by way of Open Graph meta tags. For example, adding this to a webpage's markup:
<meta property="fb:app_id" content="1234567"/>
You can then publish messages to Likers of individual pages, or Likers of all pages associated with the app.
All of this is described on the Facebook Open Graph page I linked to above.
So, to reiterate, I want to know if you can get from Facebook a list of all such associated pages.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Pistos
当您设置应用程序时,您设置域和 cavans url。唯一可以连接到该应用程序的网站是设置中设置的域。
要检索您的应用程序 ID,请转至 https://developers.facebook.com/apps 在列表中选择您的应用程序在左侧,您将看到所有基本信息,包括编辑设置的链接。
Pistos
When you set up your app you set the domain and cavans url. The only website which can connect to that applications is the domain set in the settings.
To retrieve your Application Id goto https://developers.facebook.com/apps select your app in the list on left and you will see all basic info including links to edit settings.