appdotnet / api-spec

App.net API Documentation is on the web at https://developers.app.net. Source for these docs is in the new-docs branch here. Please use the issue tracker and submit pull requests! Help us build the real-time social service where users and developers come first, not advertisers.
https://developers.app.net
950 stars 98 forks source link

Thread replies endpoint missing a post #118

Closed JoshBlake closed 11 years ago

JoshBlake commented 12 years ago

In +Sentagger, this API request is issued when clicking on the 110809 link:

{ "data" : { "access_token" : "<<<token>>>",
      "count" : 200
    },
  "type" : "GET",
  "url" : "https://alpha-api.app.net/stream/0/posts/110809/replies"
}

is being issued and it returns 140+ posts (still an active thread), but there appears to be a post missing, by @fart of all people.

In the JSON query results, I am seeing this orphaned post: https://alpha.app.net/cocoanative/post/116731 (available in the replies array), which is in reply to this one: https://alpha.app.net/fart/post/116381 (missing from the replies array), which is in reply to this one: https://alpha.app.net/gruber/post/112988 (available in the replies array).

If I directly request post 116381 I can get its data, but it just doesn't appear along with the other replies to this thread.

I do not have this user muted.

JoshBlake commented 12 years ago

Follow up, when requesting this:

{ "data" : { "access_token" : "<<<token>>>",
      "count" : 200
    },
  "type" : "GET",
  "url" : "https://alpha-api.app.net/stream/0/posts/106787/replies"
}

then this post is missing from the replies array: https://alpha.app.net/fart/post/117336 That post is in reply to 117335. Post id 117360 was posted in reply to 117336 but appears orphaned at the bottom of http://sentagger.azurewebsites.net/?post_id=117336

Super super weird that they are both by @Fart. (Someone tell him to quit breaking ADN! j/k)