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 my Open Graph objects I made permalinks like

(1) http://www.example.com/go?id=123456

that redirect to a non-permanent URL like

(2) http://www.example.com/controller/something.php?session=abc&page=654321

When I set og:url to (1), the Debugger shows a "Circular redirect path" error, independent of whether I use a 301, 302, 303 or 307 redirect.

When I publish an Open Graph story that refers to an object with (1) as URL, on Facebook the link to the object is (2).

When (2) changes, will Facebook get that change after 7 days by re-scraping (1)? I'm unsure because I cannot see (1) anywhere on Facebook's GUI.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.