List Open Graph nodes associated with a Facebook App

ⅰ亾dé卋堺 提交于 2020-01-02 23:44:48

问题


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.


回答1:


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.



来源:https://stackoverflow.com/questions/7211216/list-open-graph-nodes-associated-with-a-facebook-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!