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.