1
vote
2answers
116 views

Consuming StackOverflow API and Visual Studio 2010

I have downloaded TheWorldsWorstStackOverflowClone. One of the project is called TheWorldWorsts.ApiWrapper, which basically is the core of accessing the API. There is a class called ApiProxy.cs, which ...
2
votes
1answer
101 views

Stackover API gives different search results than web interface

I'm playing with the SO api, and noticed that the api call to search for lesscss gives total: 13 items with the api param tagged=lesscss http://api.stackoverflow.com/1.0/search?tagged=lesscss but ...
0
votes
0answers
6 views

Extracting user data using SO api

I have access_token of the user. (via oauth api of SO). How can I extract username and other related data using access_token ?