I am working on developing a canvas application which will publish Open Graph actions.
I'd like to host my Open Graph objects on a separate host name from the host name which is serving my canvas page. The reason is that I'd like to serve the pages containing the Open Graph objects through a CDN, but serve my canvas page directly off of my server (since it is going to be fully dynamic).
When I try to do this, I get a message saying that the domain hosting my objects is not allowed for my application. and directing me to place it in the "App Domain" field in my app setup. Trying to do this causes an error stating that the App Domain must be derived from my Site URL or Mobile Web URL. I don't have a Site or Mobile Web URL at this moment, since I'm starting out with just a Canvas app.
For various reasons, I might not be able to use a CNAME to make them both be subdomains of the same domains, especially in the early development stages of my applications.
Is there any way to host Open Graph objects on a separate domain? Are there any plans to make this possible?