Note that there are some explanatory texts on larger screens.

plurals
  1. POCanvas URL / Secure Canvas URL error message
    primarykey
    data
    text
    <p>I'm currently trying to get a Facebook App up and running.</p> <p>But I get the following error-message, when I try to access the app URL:</p> <blockquote> <p>Sorry, the application you were using is misconfigured. Please try again later. Message for Developers Only: To fix this error, please set your Canvas URL / Secure Canvas URL in the application settings editor. Once it has been set, your users will be redirected to that URL instead of this error page.</p> </blockquote> <p>This is how my URLs is set up:</p> <ul> <li><strong>Page Tab URL:</strong> <a href="http://www.somesite.dk/facebook/index.php">http://www.somesite.dk/facebook/index.php</a></li> <li><strong>Secure Page Tab URL:</strong> <a href="https://www.somesite.dk/facebook/index.php">https://www.somesite.dk/facebook/index.php</a></li> <li><strong>Page Tab Edit URL:</strong> <a href="http://www.somesite.dk/facebook/index.php">http://www.somesite.dk/facebook/index.php</a></li> </ul> <p>I've tested all URLs and they're perfectly fine, https works.</p> <p>My index.php only has the following content:</p> <pre><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt; &lt;head&gt; &lt;meta http-equiv="Content-type" content="text/html; charset=utf-8"&gt; &lt;title&gt;Facebook test&lt;/title&gt; &lt;/head&gt; &lt;body&gt; &lt;h1&gt;Works!&lt;/h1&gt; &lt;/body&gt; </code></pre> <p>Do I need to link to some files from the Facebook SDK to test my app? Facebook app dev is uncharted territory to me, so any hints on how to go about this is highly appreciated.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload