As some of you know, Stack Overflow 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 Stack Overflow 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.

link|improve this question

67% accept rate
feedback

2 Answers

up vote 2 down vote accepted

http://stackapps.com/questions/1/api-documentation-and-help

hope that gives u a starting point :)

link|improve this answer
stackoverflow.com/questions/tagged/php I think this is how it works but i could be wrong :) as i have not worked with it :) but give it a ago – Val Oct 14 '10 at 5:00
feedback

Are you lookign for Questions with Tags : http://stackapi.com/explore/questions-tagged/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.