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 would like to know if its possible to get the facebook userid in the event callback when you click a button using the addthis share buttons.

i'm using the facebook like button in the xbfml fashion like this:

<a class="addthis_button_facebook_like" fb:like:layout="button_count"">

i'm also tracking the event with:

addthis.addEventListener('addthis.menu.share', eventHandler);

and tracking the result with:

console.log(evt.data);
console.log('Service: ' + evt.data.service);

evt.data returns:

element: Object {}
service: "facebook_like"
url: <my url>

So, is there any way of getting the fbid in the callback?

Thanks.

share|improve this question

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.