lost in ..twitter

lost in ..twitter

I’m not a social media fan, but I thought to give twitter a try. I’m using it for a month now and I have a question for all the twitter users: How can you manage this enormous amount of information??

Read more →

how to store and retrieve your latest tweet from an XML file

how to store and retrieve your latest tweet from an XML file

Retrieving and displaying a tweet using the twitter API in real-time as discussed in “how to retrieve and display your latest tweet using PHP” can sometimes produce errors due to twitter’s inability to handle a lot of simultaneous request from multiple users. To deal with that, you can store the tweet in an XML file and retrieve it from there, so you don’t have to rely on twitter’s availability. This way is more efficient and will improve the loading time of the page.

Read more →