Hi,
If a user clicks our AddThis supported Facebook 'Share' button, but is not already logged-in, they are prompted to login (https://www.facebook.com/login.php). After logging in, rather than bringing up a share/post box with our data to complete their share action, they are dumped onto their Facebook homepage. Here is our script:
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style">
<a class="addthis_button_facebook"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4f7efd0d21f8b2fd"></script>
<!--/ AddThis Button END -->
<meta property="og:title" content="SiteName" />
<meta property="og:type" content="government" />
<meta property="og:url" content="http://siteaddress.gov" />
<meta property="og:description" content="text text text" />
<meta property="og:image" content="http://siteaddress.gov/assets/images/icon.png" />
<meta property="og:site_name" content="SiteName" />
<meta property="og:admins" content="100003076398545" />
If anyone has made any headway with this issue, we would appreciate any advice.