[twitter-dev] Re: List Widget code upgraded yet?

2010-09-09 Thread Mike
Hi Matt, this is the code.



script src=http://widgets.twimg.com/j/2/widget.js;/script
script
new TWTR.Widget({
  version: 2,
  type: 'list',
  rpp: 16,
  interval: 8000,
  title: 'Foo whatever',
  subject: '',
  width: 'auto',
  height: 300,
  theme: {
shell: {
  background: '#FF',
  color: '#FF'
},
tweets: {
  background: '#FF',
  color: '#313131',
  links: '#2CA4E3'
}
  },
  features: {
scrollbar: false,
loop: true,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'default'
  }
 }).render().setList('cnn', 'cnnnews').start();
/script



Thanks, Mike













On Sep 8, 11:38 pm, Matt Harris thematthar...@twitter.com wrote:
 Hi Mike,

 Can you share the widget code you are using. The API for lists hasn't
 been changed, and neither has the lists widget, so I need to see what
 code you are using and the list you are following.

 Thanks,
 Matt



 On Wed, Sep 8, 2010 at 1:03 PM, Mike rotti...@gmail.com wrote:
  Hi, we have a list widget implemented, and recently started seeing the
  issue:http://www.wired.com/epicenter/2010/08/twitter-login-errors/

  Has the widget code been updated, and if I use the generator here:
 http://twitter.com/goodies/widget_list

  ...will I get the correct code?

  Thanks, Mike

  --
  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?hl=en

 --

 Matt Harris
 Developer Advocate, Twitterhttp://twitter.com/themattharris

-- 
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?hl=en


[twitter-dev] Re: List Widget code upgraded yet?

2010-09-08 Thread Dharmesh
Matt,

I'm actually seeing some similar issues when invoking the list API
(other API calls work just fine).

When trying to invoke the lists.xml method to get the lists for a
user, the call fails with a Could not authenticate you.  This is
despite having valid OAuth credentials (which work perfectly for other
API calls).

Something seems to be going on specifically with the List API and
OAuth.

Thanks for your help.

Regards,
Dharmesh Shah
Founder and CTO, HubSpot

On Sep 8, 11:38 pm, Matt Harris thematthar...@twitter.com wrote:
 Hi Mike,

 Can you share the widget code you are using. The API for lists hasn't
 been changed, and neither has the lists widget, so I need to see what
 code you are using and the list you are following.

 Thanks,
 Matt





 On Wed, Sep 8, 2010 at 1:03 PM, Mike rotti...@gmail.com wrote:
  Hi, we have a list widget implemented, and recently started seeing the
  issue:http://www.wired.com/epicenter/2010/08/twitter-login-errors/

  Has the widget code been updated, and if I use the generator here:
 http://twitter.com/goodies/widget_list

  ...will I get the correct code?

  Thanks, Mike

  --
  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?hl=en

 --

 Matt Harris
 Developer Advocate, Twitterhttp://twitter.com/themattharris

-- 
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?hl=en