There seems to be an incorrect property sent or outdated documentation over at GET /2/users/:id/tweets.

Specifically, meta.count:

Here is an example payload I received just now:

{
  "data": [...],
  "includes": {
    "users": [...]
  },
  "meta": {
    "oldest_id": "1488081786873827328",
    "newest_id": "1488081786873827328",
    "result_count": 1
  }
}

As one can see, I do not have a meta.count. I have a meta.result_count. Either the documentation is incorrect or this property is incorrectly named. I believe the documentation is incorrect here as the example payload on the page also uses meta.result_count.

1 Like