Tagged Questions
0
votes
0answers
43 views
How to write a first application?
How to write the first applications to use StackOverflow, for C# under the platform WinRT?
How to use the API-functions?
Is there a ready-made packages for under winRT (NuGet)?
Are there a step by ...
1
vote
0answers
48 views
String formatting in returned JSON objects
So I sat down this evening to play with the Stack Exchange API. I downloaded RestSharp, and used it to call the API. One thing the struck me was how strings are formatted, with regards to non-ASCII ...
3
votes
1answer
159 views
API Time zone difference problem
I am writing a .NET application with the Stack Exchange API (using the Stacky library) and I am using it to ask the server for some questions that occured in the last hour. However, I and the server ...
2
votes
1answer
100 views
Has calling StackAuth changed for Apps?
I started upgrading to v1.1 and have an interesting problem I can't seem to resolve.
When calling http://stackauth.com/1.0/sites using a .Net WebClient I receive responses successfully and I am able ...
2
votes
2answers
372 views
Stacky JSON error
I'm trying to use Stacky to grab a question from Stackoverflow, however I always an error. The error thrown is:
JsonReaderException was unhandled -
Unexpected character encountered while parsing ...
1
vote
1answer
301 views
Error Using Stacky v1.0 Binaries in an Azure Worker Role
The following error is being thrown when calling the StackyClient.GetUser method from within an Azure Worker Role:
Method 'ReadJson' in type 'Stacky.UnixDateTimeConverter'
from assembly 'Stacky, ...
3
votes
2answers
105 views
URL Format: Special Characters
I just noticed something in my testing. I was searching for questions tagged "C#" and the questions come back tagged "C".
Code Poet's SOAPI javascript formats the route thusly:
...
4
votes
2answers
217 views
Odd String Format Result from API Call
I'm just getting started messing around with the SO api, I haven't worked with JSON before, and I am getting a strange result from a basic call (No API Key).
WebClient stackClient = new WebClient();
...
45
votes
0answers
13k views
Sample Application: World's Worst StackOverflow Clone
Screenshot
About
The World's Worst StackOverflow Clone is an open-source example application for the stack exchange API. It is meant to help programmers get up to speed on development with ...