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.