I'm using ShareKit to allow users to share stuff from my app to Twitter and Facebook. After the user shared the object, I would like to get my app notified about it, in order to pass an API call to my server - so it can handle notifying the users "your friend just shared something, look it up!".
Facebook SDK allows to get a callback with information like the post ID. I'm wondering how to achieve something like this when using ShareKit 2.0 - should I override some methods of the Facebook and Twitter sharers?