开发者

List Open Graph nodes associated with a Facebook App

开发者 https://www.devze.com 2023-03-31 06:57 出处:网络
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

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 webpage开发者_如何学Cs (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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消