Note that there are some explanatory texts on larger screens.

plurals
  1. POGET requests in Facebook open graph meta tags
    text
    copied!<p>I am pretty new to Open Graph Actions. So, unable to fix this small issue.</p> <p>I am developing a canvas application where I used in-built read-article meta tags</p> <pre><code> &lt;head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#"&gt; &lt;meta property="fb:app_id" content="APP ID" /&gt; &lt;meta property="og:type" content="article" /&gt; &lt;meta property="og:url" content="http://apps.facebook.com/myapp/article?postid=1" /&gt; &lt;meta property="og:title" content="Underwater Shades" /&gt; &lt;meta property="og:image" content="http://2.bp.blogspot.com/-Z-yBlXMMYWo/UBUYe-Lc46I/AAAAAAAAAxc/VO9XB7Ls-sY/s640/Under+water.JPG" /&gt; </code></pre> <p>If you have noticed, I used a GET request and Facebook app URL in <code>og:url</code>. (I want uses to get directed to app when they click links)</p> <p>Now, I just added "Like" social plugin initially to check whether everything is working fine! and surprisingly its not working.</p> <p>This is what the debugger is showing:</p> <pre><code>Response Code: 401 Tiny og:image: All the images referenced by og:image must be at least 200px in both dimensions. Please check all the images with tag og:image in the given url and ensure that it meets the minimum specification. # Raw OG Document Information Meta Tag: &lt;meta property="fb:app_id" content="365662310180674" /&gt; Meta Tag: &lt;meta property="og:url" content="http://apps.facebook.com/myapp/article?postid=1" /&gt; Meta Tag: &lt;meta property="og:site_name" content="Surya Test App" /&gt; Meta Tag: &lt;meta property="og:type" content="website" /&gt; Meta Tag: &lt;meta property="og:image" content="https://s-static.ak.facebook.com/rsrc.php/v2/y_/r/9myDd8iyu0B.gif" /&gt; Meta Tag: &lt;meta property="og:title" content="Surya Test App" /&gt; </code></pre> <p>Where is the problem and how should I fix it.</p>
 

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