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.

I'm developing a Squarespace site and was testing sharing posts and pages from it on Facebook. I noticed that none of the URLs were correctly pulling up the og: tags - all that appeared was the page's URL, even though the thumbnail/title tags and so on were set correctly. When I ran the URL through the OG debugger, it received an HTTP 416 response. No data was returned and there was an OAuth unspecified error in the Graph API. Here's a test post if anyone wants to run it through the debugger and see what happens:

https://digital-bench-ny1n.squarespace.com/10/3/2012/man-i-dont-even

Not every SQS site returns a 416, though; some return a 206 and mostly parse OK. Anybody have an idea as to why the debugger would trigger such a code?

share|improve this question

closed as off topic by Dan, rene, Aleks G, David Stratton, H.Muster Oct 8 '12 at 15:44

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.