Hi,
We’re seeing an issue where a mention is not visible via the REST API ‘mentions_timeline’ endpoint and we’d like either some explanation or investigation into why that’s the case. The status has ID: 1063118504797368320. It has a user_mention entity as shown here:
"entities": {
"hashtags": [],
"symbols": [],
"user_mentions": [
{
"screen_name": "PantosIO",
"name": "Pantos",
"id": 950678615473164288,
"id_str": "950678615473164288",
"indices": [
0,
9
]
}
],
"urls": []
}
When using the user access token and secret from PantosIO and using a since_id of 1063118504797368319 and max_id of 1063118504797368321, the mention doesn’t appear… Any explanation for this behaviour?
Thanks,
Brett