[twitter-dev] Re: Problem with search/profile/faves/list widget

2011-03-28 Thread BuffLaser2000
This problem has fixed itself! Checked again today and the full documented source file is working again. Thanks to whoever...? On Mar 26, 1:27 pm, BuffLaser2000 tmo...@gmail.com wrote: I have been using a copy this JS file for my twitter list widget:http://twitter.com/javascripts/widgets

[twitter-dev] Problem with search/profile/faves/list widget

2011-03-26 Thread BuffLaser2000
I have been using a copy this JS file for my twitter list widget: http://twitter.com/javascripts/widgets/widget.js -- this is (supposed to be) the full documented source file It stopped working recently (a couple days ago I think?). It's giving me a 400 (bad request) trying to get the

[twitter-dev] Re: List widget off since today

2011-03-26 Thread BuffLaser2000
Same problem. See thread here: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/57de252859dc2b64# On Mar 25, 9:09 am, oliv cogito...@gmail.com wrote: Hello, My widget list is not working anymore, I get the message : You must specify either a list ID or a slug and

[twitter-dev] Flaw in Twitter Widget code - Note to Twitter Developers!

2011-03-19 Thread BuffLaser2000
In this code: http://twitter.com/javascripts/widgets/widget.js You are using document.write() to create the widget element. Bad bad bad. Any AJAX site that tries to init the widget after the page loads will have the entire page overwritten by the widget. W3C even has this to say about