In facebook for developers, when I am checking a URL in haring debugger, I am getting a response code of 206 with the following error:
Inferred Property: The 'og:image' property should be explicitly provided, even if a value can be inferred from other tags.
Is it some tag I am missing that is causing a response code of 206 to be returned along with warnings rather than response code of 200.
Related
I am debugging a url to check all 'og:image' property are set properly or not:
https://developers.facebook.com/tools/debug/sharing/?q=http%3A%2F%2Fwww.sinepulse.com%2Ftechnical-project-manager
Yes. It set. but when I debug this I can see the following error message:
Image Unavailable
Error while downloading http://sinepulse.com/sites/all/themes/smart_sinepulse/img/job/header.jpg with HTTP response code: 404
You can see that url pretty good: http://sinepulse.com/sites/all/themes/smart_sinepulse/img/job/header.jpg.
whats wrong from my end?
Help! This doesn't make sense. At https://developers.facebook.com/tools/debug/og/object/, I fetch for http://mycommunity.org, and Facebook gives me these errors:
Object at URL 'http://mycommunity.org/' of type 'website' is invalid because a required property 'og:title' of type 'string' was not provided.
Curl Error : RECV_ERROR Recv failure: Connection reset by peer
I've verified my server returns a 200. I've verified the og tags are correct. I'm not sure why Facebook would get "Connection reset by peer".
When I click "See exactly what our scraper sees for your URL", I get nothing:
https://developers.facebook.com/tools/debug/og/echo?q=http%3A%2F%2Fmycommunity.org%2F
What gives? Thank you!
For sharing content we use the facebook share dialog. This used to work fine until several weeks ago. We did not change anything on our side. I get two errors from the facebook debug tool. One about an og property not set (but it is) and a curl SSL error.
An example of a link we share is:
https://www.globalpetalert.com/web/en/pets/missing/8906/
All necessary open graph parameters have been set.
The errors from the debug tool:
Object at URL 'https://www.globalpetalert.com/web/en/pets/missing/8906/' of type 'website' is invalid because a required property 'og:title' of type 'string' was not provided.
Curl Error : SSL_CONNECT_ERROR error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure
The og:title is provided.
The SSL_CONNECT_ERROR I do not understand.
Any help is appreciated.
Since yesterday I cannot post on Facebook I have only an URL without thumbnail, nor metas.
I think that is a problem with like button but any idea how to fix.
Strange because my old articles working normally! only I have problems when I write a new post.
Here is the Facebook debugger info:
Response Code: 503
Fetched URL: http://www.whitewolfpack.com/2012/02/bonnie-marris-wildlife-artist-of_4001.html
Canonical URL: http://www.whitewolfpack.com/2012/02/bonnie-marris-wildlife-artist-of_4001.html
Critical Errors That Must Be Fixed
Error Scraping Page: Bad Response Code
Errors That Must Be Fixed
Missing Required Property: The og:url property is required, but not present.
Missing Required Property: The og:type property is required, but not present.
Missing Required Property: The og:title property is required, but not present.
Open Graph Warnings That Should Be Fixed
Inferred Property: The og:url property should be explicitly provided, even if a value can be inferred from other tags.
Inferred Property: The og:title property should be explicitly provided, even if a value can be inferred from other tags.
URLs
Graph API: http://graph.facebook.com/10150624491404835
Scraped URL: See exactly what our scraper sees for your URL
http://www.whitewolfpack.com/2012/02/bonnie-marris-wildlife-artist-of_4001.html
www.whitewolfpack.com
Critical Errors That Must Be Fixed
Error Scraping Page: Bad Response Code
HTTP Response Code: 503
For more information about response codes, see: http://en.wikipedia.org/wiki/List_of_HTTP_status_codes
503 Service Unavailable
The server is currently unavailable (because it is overloaded or down for maintenance).[2] Generally, this is a temporary state.
Your might be in a load balanced environment where a bad server is still in rotation.
Using the latest version of ShareKit to post URLs like so:
[SHKFacebook shareURL:[NSURL URLWithString:#"http://www.google.com"]];
is resulting in the following error message being displayed (in a web view):
Application response error
The post’s action links must be valid URLs. You can see this because you are one of the developers of the app.
What does this error message really mean, and (more importantly) how can it be fixed?
The problem occurs if 'SHKConfigMyAppURL' is not a valid URL.