Added ability to grab oembed html given a tweet id.

This commit is contained in:
Christopher Brown 2012-12-06 16:51:34 -05:00
parent 34e9474b91
commit d83cc32b3d

View file

@ -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