I am trying to create a URL that will be shared in a tweet (I’m going to be defaulting this into the text used by the tweet button embedded on a webpage) that references the tweet that it is included in, so that the page the URL is referencing can refer back to the original tweet.
I know this is a bit of a chicken and egg question, since the Tweet ID doesn’t exist until the tweet is created, but I was hoping twitter had some kind of ‘tweet id token’ that I can include in the tweet that will be replaced by Twitter once the tweet is created. I’ve looked through the API as best as I could and have not been able to find any such feature.
Am I missing something, or has someone found another way to accomplish this?