Just noticed a spike of visitors following a t.co/LINKHERE a link re-written by twitter. Is there a way to track back to the twitter message that contained the link, if you know
Here’s the quick and easy way:
Service: “api.twitter.com/1.1”
Authentication: OAuth 1, then log in if you need to
Make sure GET is selected and paste https://api.twitter.com/1.1/search/tweets.json?q=http%3A%2F%2Ft.co%2F{**SUFFIX**}
into the Request URL box.
Replace **SUFFIX**
with the t.co URL suffix. So if the URL you’re searching for is t.co/**N2ul8FFCxu**
, the link you pasted should look like this:
https://api.twitter.com/1.1/search/tweets.json?q=http%3A%2F%2Ft.co%2F{**N2ul8FFCxu**}
Click Send
Open a new tab and paste twitter.com/**SCREEN_NAME**/status/**ID_STR**
into the address bar
Replace **SCREEN_NAME**
and **ID_STR**
with info from Response. Like this:
twitter.com/**twitter**/status/**526534593826938881**