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 have a unique and different problem on my wordpress site with facebook open graph

The site's home page is perfectly understood by the facebook open graph debugger (link for reference).

But article page of the site, show error on the facebook's open graph debugger (link for reference).

Following error is observed when a article link of my site is posted to facebook object debugger:

  1. Can't Download: Could not retrieve data from URL.
  2. Graph API:
    {
        "error": {
            "message": "An unknown error has occurred.",
            "type": "OAuthException",
            "code": 1
        }
    }
    

and the scraper is unable to load any data i.e. blank page.

Anyone who can, please help me with this matter, I have a strong suspicion that it is some plugin that messes things up on the articles and not on the home page.

share|improve this question

1 Answer

I had this problem last week in Chrome and FF. It resolved itself on its own after ~24 hours. I'd say work on something else today and try it again tomorrow.

I think the FB engineers are tweaking the dev tools and occasionally breaking stuff along the way.

If you really need to work on it today, you could try the beta stack and see if that works better for you: https://developers.beta.facebook.com/

share|improve this answer
I am working on this problem from months now, got no answer so posted it today. – Divyendu Jasrotia Apr 30 '12 at 16:33
GOT IT SOLVED, I HAD MISCONFIGURED MY SEO ALRP PLUGIN – Divyendu Jasrotia May 18 '12 at 5:27

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.