I'm using the @Anywhere API preview. This code:
twttr.anywhere(function(T) {
T.User.current(function(){
console.log('T.User.current');
}).mentions(function(){
console.log('T.User.mentions.dms');
}).each(function(){
console.log('T.User.mentions.dms.each');
});
});
Is throwing an exception in api.bundle.js with the error message: E is
not a constructor
Environment is FireFox 3.6.3 in Windows. I also receive the Error in
IE8 and Safair 4 on Windows.
--
Subscription settings:
http://groups.google.com/group/twitter-development-talk/subscribe?hl=en