Merge pull request #135 from notthatbreezy/oembed_branch
Added ability to grab oembed html given a tweet id.
This commit is contained in:
commit
9d66512cdd
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue