I'm diving into the world of Twitter API for the first time, so please be patient with me:
I'm struggling to figure out how to integrate the API into my website. Most tutorials suggest using a separate jQuery/Javascript file, but that just adds more confusion for me. All I really want is for my website to show the most recent tweet I've posted.
After reading through the GET statuses/user_timeline API documentation, I'm still unsure of how to actually implement this on my website.
From what I gather, I have to make a GET REQUEST to the Twitter servers with my user_id and specify a count of 1 to fetch and display the latest tweet as text on my website.
Can someone guide me on the steps to accomplish this?