Questions tagged [c#]

Accompanies [app]s written in, or [library]s meant to be used from, the C# programming language

C# is a multiparadigm, managed, garbage-collected, object-oriented programming language created by Microsoft in conjunction with the .NET platform.

More information can be found in the tag wiki on Stack Overflow.

38 questions
4
votes
2 answers

Getting "Bad request 400" code when posting to StackOverflow api

On the last stage of authentication against StackOverflow, I keep getting "400 Bad Request" code. It's supposed to be a simple POST request to https://stackexchange.com/oauth/access_token with a few parameters. What am i missing? Is it possible to…
Gabi Mor
  • 301
  • 1
  • 2
  • 4