Some statuses with quoted Tweets aren’t included the quoted user object properly.
Take a look at https://snap.apigee.com/1R6ELY2 to see what I mean.
I’ve searched for “@edent”.
It has found a tweet "id_str": "681786460236836866", which contains a quoted Tweet.
The quoted_status object is missing the user object.
This is the only quoted Tweet which is missing the user object in this search, all others seem fine.
This happens when I perform other searches as well.
"quoted_status": {
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
},
"created_at": "Tue Dec 29 10:32:35 +0000 2015",
"id": 681784874341142500,
"id_str": "681784874341142528",
"text": "Well, this is disappointing. \n2011 tweet of mine that uses twimg no longer has an image. https://t.co/nZLZG9Jvfe",
"source": "<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>",
"truncated": false,
"in_reply_to_status_id": null,
"in_reply_to_status_id_str": null,
"in_reply_to_user_id": null,
"in_reply_to_user_id_str": null,
"in_reply_to_screen_name": null,
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"quoted_status_id": 150688283612020740,
"quoted_status_id_str": "150688283612020736",
"is_quote_status": true,
"retweet_count": 0,
"favorite_count": 2,
"entities": {
"hashtags": [],
"symbols": [],
"user_mentions": [],
"urls": [
{
"url": "https://t.co/nZLZG9Jvfe",
"expanded_url": "https://twitter.com/jgrahamc/status/150688283612020736",
"display_url": "twitter.com/jgrahamc/statu…",
"indices": [
89,
112
]
}
]
},
"favorited": false,
"retweeted": false,
"possibly_sensitive": false,
"lang": "en"
},