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 Build a Twitter Interface

How do you replicate the conversation view shown in the index.html for the Twitter Interface TechDegree project?

The Twitter REST API doesn't have a threaded conversation (direct message) view for web. The API choices are 'messages sent' and 'messages received'. I can create calls for both, but I don't see a way to paste them together into a conversation view. Is this required to pass the project? If so can someone please point me in the right direction on how to do this?

1 Answer

Treasure Porth
STAFF
Treasure Porth
Treehouse Teacher

Hi Daniel,

You just need to display the 5 most recent private messages-- you're not required to figure out how to paste them together or display them in any particular order. Sorry for any confusion!