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

PHP

Andrew Folts
Andrew Folts
14,238 Points

Know any good beginner tutorials for learning to use Twitter's API?

I recently used an API for the first time with Flickr, which was fairly easy.

I'm now trying to get say 3 recent tweets from my Twitter feed and customize their style, then display them on a my siteโ€”but the Twitter API is incredibly complicated (at least for me).

Does anyone know if there's a good beginner tutorial out there? Thanks!

Craig Fender
Craig Fender
7,605 Points

I saw over at Codecademy that they have a Twitter API tutorial. I haven't tried it out before, so I can't say if it's any good. You can have a look for yourself here: https://www.codecademy.com/en/tracks/twitter

Andrew Folts
Andrew Folts
14,238 Points

Thanks, I actually ended up using a pluginโ€”oAuth Twitter Feed for Developers.

It's amazing. All you have to input is your keys from Twitter, and then you get a 3d array!