From d83cc32b3dd5a9bbb9fff546a73e6626e7f1b2bd Mon Sep 17 00:00:00 2001 From: Christopher Brown Date: Thu, 6 Dec 2012 16:51:34 -0500 Subject: [PATCH] Added ability to grab oembed html given a tweet id. --- twython/twitter_endpoints.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/twython/twitter_endpoints.py b/twython/twitter_endpoints.py index c470e59..be0c718 100644 --- a/twython/twitter_endpoints.py +++ b/twython/twitter_endpoints.py @@ -339,6 +339,10 @@ api_table = { 'url': '/report_spam.json', 'method': 'POST', }, + 'getOembedTweet': { + 'url': '/statuses/oembed.json', + 'method': 'GET', + }, } # from https://dev.twitter.com/docs/error-codes-responses