As some of you know, Stackoverflow now has an API, which now makes these types of questions valid programming questions.
My question: I'm trying to write a small script to connect to the SO API to get a list of all questions under a subject (such as oauth, python, twitter-api and so on).
Can someone advise how to do this? I have no experience using the API and would welcome code or a link to a tutorial. I'm working with PHP.