I have been using the new Web Intents Events (http://dev.twitter.com/
pages/intents-events) to track user habits. Tweet and follow work
just fine. However, when I attempt to grab a retweet, it throws an
error: "a is null" on http://platform.twitter.com/widgets.js.
I am using the latest version of the blackbird pie plugin. I click on
the 'retweet' link and that is when the error is thrown. The error
only shows up after I add the code snippet below to my page, otherwise
its fine.
Code is as follows:
twttr.events.bind('retweet', function(event) {
var retweeted_tweet_id = event.data.source_tweet_id;
});
I thought the error might be blackbird's pie fault, but seems unlikely
since the source of the error is from your official javascript code.
--
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group:
https://groups.google.com/forum/#!forum/twitter-development-talk