Thursday, 28th November 2013
How do I put my Twitter picture on my company’s about page so that it automatically updates?
This used to be pretty easy, but Twitter made it a lot harder with their APIv1. You need to do authenticated API calls to access their image API now, which means it’s best to set up a cron job and cache the correct URL.
[... 125 words]