Line 844 of the documented source changed from
-- var listBase = http + domain + '/';
to
var listBase = http + 'api.' + domain + '/1/';
What can be annoying is that Google Chrome incorrectly is overly aggressive about caching dynamically loaded javascript files (see http://code.google.com/p/chromium/issues/detail?id=37711) , so for some Chrome users list widgets won't display properly since the change unless you explicitly add a cache-buster or similar (yeah, spent an hour trying to figure what I'd done wrong just this morning)
--
T
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: http://groups.google.com/group/twitter-development-talk
No comments:
Post a Comment