Reputation: 23
I am creating a new canvas app, unfortunately, the validator won't accept my canvas URL.
The only thing that I can see that could cause problems is that the canvas url has subdomains?
http://foo_bar.baz.larmaz.com/ (Not the real domain, of course)
Also, the Facebook debugger tool can successfully scrape the page without errors.
Any ideas why this might be occuring?
Upvotes: 0
Views: 205
Reputation: 96
I tried it without the underscore, as http://foobar.baz.larmaz.com/ and it worked for me.
Upvotes: 1