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 lot of images on a page, and for each image I have a facebook like button. This page is behind login (you have to be logged in to view it). Facebook is sharing the link to the root page, becouse I redirect every page behind login to the root page. How can I fix this, to share the link to that page ?

Thanks

share|improve this question

1 Answer

The page to be liked must be accessible to Facebook scraper without the need to login. You can allow special access to the scraper by detecting it's User Agent:

      facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)
share|improve this answer

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.