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.

We have an app in Facebook in which users can share things onto their Facebook page. As long as the URL of share is facebook app url e.g. apps.facebook.com/myitems/items/2.... it works fine. Facebook pulls the meta tag from the app page and displays the content. The content is specific to the item that is being shared.

Since we wanted to shorten the URL we use google shortener and share the shortened URL. The user is able to navigate to the correct page after clicking. But during share facebook is not able to pull the appropriate meta tags and display the contents. Is this because facebook is not able to reconcile the appropriate page from where to source the meta tags.

share|improve this question
check what Facebook's Debug Tool sees for the URL - it will follow redirects but maybe your redirect is incorrect, or is javascript only, etc – Igy Oct 31 '12 at 18:48

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.