The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
90 views

I get a JavaScript error when attempting to post a question on Stack Overflow, using IE8

I am unable to post questions on Stack Overflow. I am using IE8. Is that a supported browser? As far as I can remember I was able to post questions earlier. Here's the JavaScript error: "JSON is ...
0
votes
0answers
28 views

Answers marked as read after reading inbox v.s. after reading answer [duplicate]

Possible Duplicate: Can we get an option to stop the global inbox from marking everything as read? When reading inbox programmatically using the json feed ...
3
votes
1answer
126 views

Why has the JSON flair changed?

My reputation tracker used to include the flair HTML to show badges etc... but that seems to have gone away. Going to my flair json link now, I'm getting back: {"id":22656, "gravatarHtml":{}, ...
1
vote
1answer
115 views

How is the image upload done on SO?

I know that imgur.com provides the service to SO... But from the imgur API, the return from the POST is a JSON, so I guess the API URL (http://api.imgur.com/...) can't be written to the ACTION field ...
10
votes
2answers
203 views

Can the flair API's JSON feed not be affected by the April Fools'?

While I have no problems with the site changing everyone's avatar with Unicorns, doing the same with the Flair API's has consequences extending outside Stack Overflow which has hit me hard today. Is ...
23
votes
2answers
308 views

Usernames ending in “json” cause trouble

When you visit a user's profile page, the actual username in the URL isn't supposed to matter. For example, all these URLs go to the same place: http://stackoverflow.com/users/1/jeff-atwood ...
2
votes
1answer
61 views

Fix Sorting for API-JSON Values

If I want to see my 5 most recent answers in HTML, I can do so by visiting: http://meta.stackoverflow.com/api/useranswers.html?userid=130154&page=1&pagesize=5&sort=newest If I want to ...
4
votes
2answers
275 views

Flair JSON returns invalid IMG tag in gravatarHtml

Someone pointed out to me recently that my website doesn't validate. It seems the error is coming from the fact that the JSON returned for StackOverflow flair contains an invalid IMG tag in ...
4
votes
0answers
100 views

JSON for Questions

Could we get JSON for Questions? 0. Question ID 44965 1. Question Title What is a monad? 2. Author ID 3394 3. Last Edited Author ID 1122 ...
13
votes
1answer
292 views

Offer additional properties to JSON flair

The JSON version of flair currently offers these fields: id: The user's ID gravatarHtml: HTML of an IMG tag to display the Gravatar profileUrl: The URL to the user's public profile displayName: The ...