Skip to content

Commit

Permalink
action.Twitter.feed、Twitter仕様変更に対応
Browse files Browse the repository at this point in the history
  • Loading branch information
to committed Oct 11, 2012
1 parent 8bd589e commit ddf9643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/action.Twitter.feed.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ Tombloo.Service.actions.register({
},
execute : function(ctx){
var user = ctx.document.querySelector('.screen-name').textContent.replace('@', '');
addTab('http://twitter.com/statuses/user_timeline/' + user + '.rss');
addTab('https://api.twitter.com/1/statuses/user_timeline.rss?screen_name=' + user);
},
}, '----');

0 comments on commit ddf9643

Please sign in to comment.