Publishing content to multiple (unknown) domains using Open Graph?
Posted
by
Beau Lebens
on Stack Overflow
See other posts from Stack Overflow
or by Beau Lebens
Published on 2012-07-06T20:51:05Z
Indexed on
2012/07/06
21:16 UTC
Read the original article
Hit count: 201
application
|opengraph
I'm working on an application that publishes content ('articles') on a variety of URLs, which are all controlled by the same WordPress installation (mapped domains, all powered by the same set of code/part of a network). All of the publishing is done through one central Facebook App.
I have no idea what the domains for these URLS are going to be, since they are controlled by our users who register domains and then configure them within their account on our service.
When I attempt to use Open Graph to publish content on one of these sites (that has a customized domain), they are rejected with the following error (error code 1611028):
Object at URL * * * * of type 'article' is invalid because the domain '* * * ' is not allowed for the specified application id ' * * *'. You can verify your configured 'App Domain' at....
Since I can't enter all of the domains into Facebook, and since they are not derived from my App URL anyway, is there any way that I can have this work? Some sort of magic OG tag I can put in the pages or something? Or is it just not possible to do what I'm trying to do?
© Stack Overflow or respective owner