Tagged Questions
2
votes
1answer
49 views
Method /users/{id}/top-answer-tags is returning wrong results
I'm trying the following request:
(555004 happens to be my user id)
http://api.stackoverflow.com/1.1/users/555004/top-answer-tags
and I'm a bit confused by the result:
{
top_tags: [
{
...
1
vote
1answer
45 views
The /questions/{id}/linked method is returning extra questions.
Consider the following question on ServerFault:
http://serverfault.com/questions/45734/the-coolest-server-names
Linked questions:
Note that there's only two listed. However, querying:
...
1
vote
1answer
59 views
The /top-answer-tags method is not working.
I tried the new /top-answer-tags method on Ask Ubuntu, but it isn't working:
URL:
http://api.askubuntu.com/1.1/users/5/top-answer-tags
Output:
{
"error": {
"code": 500,
"message": "A ...