twitter - Is there a standard way of linking to a tweet using solely the ID? -


i have database of tweet ids, acquired search/tweets, need convert oembed format. in order this, first step tweet's url. how can link tweet using id?

you can use statuses/oembed call. documentation states, don't need full url, can use tweet id.

example: https://api.twitter.com/1.1/statuses/oembed.json?id=507185938620219395

from twitter's blog: https://blog.twitter.com/2014/pro-tip-for-embedding-tweets-use-the-oembed-api-endpoint


Comments