how can I fetch private tweets using a PHP application

ahmed_ahmed9889

New Member
I want to show my latest tweet in a web page. My tweets are private for some reason and I should login to Twitter. I know that the basic HTTP authentication was deprecated in August 2010. How can I provide authentication in my PHP code to fetch private tweets (or userTimeline if I'm not mistaken)?I've searched but unfortunately didn't find anything useful! :( Thanks in advance for your help!
 
Back
Top