| ▲ | ancorevard an hour ago | |||||||
This is incorrect. The old Twitter and its API had "source" field which showed the client app a tweet was sent from. { "created_at": "Mon Nov 20 12:34:56 +0000 2023", "id_str": "1726578932412345678", "full_text": "Example tweet", "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>", ... } | ||||||||
| ▲ | mlmonkey an hour ago | parent | next [-] | |||||||
If you had access to the twitter feed (and I did at one point, as our company got the firehose from Twitter), it showed the Lat/Long of where it was posted from IIRC. I still remember looking at that tweet when the helos went in for OBL, from someone in Abottabad PK, saying something like "helicopters hovering at 2AM... this is a rare occurrence" (or something like that). | ||||||||
| ||||||||
| ▲ | insin 31 minutes ago | parent | prev [-] | |||||||
It's still there, they just stopped showing it in the UI. If you poke about in the React state of the Twitter UI, you can see it in the `tweets` entity cache (everything else is still Twitter under the hood too). | ||||||||