Is there a way to get a tweet url having only the tweet id?
I found this solution: https://dev.twitter.com/rest/reference/get/statuses/show/%3Aid but it requires authentication, is there another way in which authentication is not required?
All of our API endpoints require authentication. I’m not aware of an alternative to that method.
Ok, thank you