Good morning,
could you tell me why this API call
https://api.twitter.com/1.1/statuses/user_timeline.json?max_id=1019444030&screen_name=OlivettiOnline&user_id=209104350
back me this apparently wrong tweet (see below) where don’t appear screen_name (OlivettiOnline) and user_id(209104350) passed?
"created_at": "Sun Nov 23 14:45:19 +0000 2008",
"id": 1019444030,
"id_str": "1019444030",
"text": "is in Kiruna, Sweden drinking at a bar that is actually closed.",
"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,
"user": {
"id": 15282544,
"id_str": "15282544",
"name": "psychorocker",
"screen_name": "psychorocker",
"location": "",
"description": "Beer, Buck Rogers, Bikes and Boobs",
"url": null,
"entities": {
},
"protected": false,
"followers_count": 17,
"friends_count": 156,
"listed_count": 0,
"created_at": "Mon Jun 30 21:44:37 +0000 2008",
"favourites_count": 0,
"utc_offset": 0,
"time_zone": "Europe/London",
"geo_enabled": false,
"verified": false,
"statuses_count": 259,
"lang": "en",
"contributors_enabled": false,
"is_translator": false,
"is_translation_enabled": false,
"profile_background_color": "1A1B1F",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif",
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif",
"profile_background_tile": false,
"profile_image_url": "http://pbs.twimg.com/profile_images/501018364119355392/vfx1bt2__normal.jpeg",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/501018364119355392/vfx1bt2__normal.jpeg",
"profile_link_color": "2FC2EF",
"profile_sidebar_border_color": "181A1E",
"profile_sidebar_fill_color": "252429",
"profile_text_color": "666666",
"profile_use_background_image": true,
"has_extended_profile": false,
"default_profile": false,
"default_profile_image": false,
"following": false,
"follow_request_sent": false,
"notifications": false
},
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"is_quote_status": false,
"retweet_count": 0,
"favorite_count": 0,
"entities": {
"hashtags": [],
"symbols": [],
"user_mentions": [],
"urls": []
},
"favorited": false,
"retweeted": false,
"lang": "en"
Is it a bug or is it correct?
Thank you.
Regards.