Indicates that a feature request has been implemented, a bug has been fixed, or another type of request has been processed.
1
vote
1answer
35 views
Mistake in API 2.0 Documentation - Wrong item type for Careers Message
On https://api.stackexchange.com/docs/types/inbox-item the Careers Message example shows the wrong item type.
1
vote
1answer
30 views
No award_count field on any badges
The docs say the default filter includes award_count, and I've made a filter with it in. But no award_count is returned on any badge route.
The exception being when a badge item is returned in ...
5
votes
0answers
101 views
please expose stackauth via a url that is consistent with the api
Most libraries and apps need to version themselves by adding the version number to the url and subsequently most of the http request code includes this information in the url building process.
the ...
3
votes
0answers
30 views
Example of inbox items?
Would it be possible to get an example of each type returned by the inbox, Eg careers messages, and whatever meta questions are.
Do careers invites/chat messages/etc have ids? And what is their site?
...
2
votes
0answers
101 views
Let's delete the off topic questions?
There's like 5 in the top few of the front page and it's a little annoying as they get in the way so can a mod just delete them they serve no useful purpose.
2
votes
0answers
108 views
StackAuth needs crossdomain.xml and clientaccesspolicy.xml
These would be helpful to have. Absence breaks Silverlight apps.
http://stackauth.com/crossdomain.xml
http://stackauth.com/clientaccesspolicy.xml
http://stackauth.com/0.8/crossdomain.xml
...
1
vote
0answers
38 views
Wrong API response?
Well, if you look here, you'll see i have
"down_vote_count": 94,
But if you look here on my Stackoverflow profile, you see that my down vote count is 64.
For those who would ask if I'm sure ...
0
votes
0answers
215 views
Receiving “redirect_uri does not match the uri used to create the passed code”, when it does match
Summary
Using Oauth2, when I go to pick up the access_token, I get the following error from the server: access_denied: redirect_uri does not match the uri used to create the passed code. From what I ...