Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

For this URL I am getting the following message from the lint tool -

Error Parsing URL Error parsing input URL, no data was scraped.

URL... http://apps.facebook.com/mischiefshoes/?entry_id=201012

Full link to Canvas frame... https://www.mischiefshoes.co.nz/facebook/competition/?entry_id=201012

When going to post a open graph action this error is logged...

OAuthException: (#3502) Object at URL http://apps.facebook.com/mischiefshoes/?entry_id=201012 has og:type of 'website'. The property 'shoe' requires an object of og:type 'mischiefshoes:shoe'.

Yet my og meta tags are as follows:

    <meta property="og:title" content="Michael R. J. Crosbie's favourite shoe"/> 
    <meta property="og:description" content="Michael R. J. Crosbie's favourite shoe in the mischief shoes instashoe competition. Win $2000 worth of shoes every month - upload your own today!"/>
    <meta property="og:image" content="https://www.mischiefshoes.co.nz/media/client/resources/instashoe/201012/237x_scale/Ciara_Misfits.jpg"/>
    <meta property="og:site_name" content="MISCHIEF SHOES • WIN FREE SHOES"/>
    <meta property="fb:app_id" content="256092351106970"/>
    <meta property="og:type" content="mischiefshoes:shoe" /> 

Any help would be much appreciated! Cheers, Michael

share|improve this question

1 Answer

up vote 0 down vote accepted

It appears to be a response time issue. When I take a look at your page in Chrome or using a third party speed test I have to wait over 11 seconds for your server to respond.

Facebook's servers are probably timing out before your server responds.

share|improve this answer
Good point. I'll do some benchmark testing now – Michael R. J. Crosbie Oct 9 '12 at 21:02
Seemed to do the trick. What was taking the time was making API calls to facebook. Ironic? – Michael R. J. Crosbie Oct 9 '12 at 21:09

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.