AnnekaSillitoe / Spoiler-No-More

Twitter App project
0 stars 0 forks source link

Sort messages to make latest show #44

Open AnnekaSillitoe opened 7 years ago

AnnekaSillitoe commented 7 years ago

This requires a function using both API calls and combining them into an array, display latest from the array and then rending all in order for conversation on individuals message page

AnnekaSillitoe commented 7 years ago

https://gist.github.com/AnnekaSillitoe/a80c616b86ca603d36a6e54a84513c33

AnnekaSillitoe commented 7 years ago

https://dev.twitter.com/rest/reference/get/direct_messages/sent https://dev.twitter.com/rest/reference/get/direct_messages https://dev.twitter.com/rest/reference/get/direct_messages/show https://dev.twitter.com/rest/reference/post/direct_messages/new https://dev.twitter.com/rest/reference/post/direct_messages/destroy

AnnekaSillitoe commented 7 years ago

Started setting up route for this, finish building. Template page with CSS