If one wants to link to a Facebook tab and include a title, description and image for that page tab the open graph meta tags doesn't seem to work as it grabs the details of the page rather than the tab. Is there a way around this or is the only way to link to another URL that has the data which then redirects to the page tab?
<meta property="og:title" content="some title" />
<meta property="og:description" content="some description" />
<meta property="og:image" content="some image" />