Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
24 views

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

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
116 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
87 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 ...
9
votes
2answers
193 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
285 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
60 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
232 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
88 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 ...
12
votes
1answer
256 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 ...