Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

blogger.js stopped working to display tweets

Hi,

I was using blogger.js to display tweets on various websites which now doesnt work with the new twitter 1.1 api. Any idea how to easily fix this?

<script type="text/javascript" src="js/libs/blogger.js"></script> <script type="text/javascript" src="http://api.twitter.com/1.1/statuses/user_timeline.json?screen_name=whiteroomhairtw&include_rts=true&count=3&callback=twitterCallback2"></script>

thanks

1 Answer

Randy Hoyt
STAFF
Randy Hoyt
Treehouse Guest Teacher

I'm pretty sure that you have identified the problem correctly, that blogger.js stopped working when Twitter deprecated their API 1.0. I performed some Google Searches and found one that might help you:

It's not very straight-forward, but I think that's what you'll need to do to keep using blogger.js. Have you got it working or found a replacement yet?