Added ability to grab oembed html given a tweet id.
This commit is contained in:
parent
34e9474b91
commit
d83cc32b3d
1 changed files with 4 additions and 0 deletions
|
|
@ -339,6 +339,10 @@ api_table = {
|
||||||
'url': '/report_spam.json',
|
'url': '/report_spam.json',
|
||||||
'method': 'POST',
|
'method': 'POST',
|
||||||
},
|
},
|
||||||
|
'getOembedTweet': {
|
||||||
|
'url': '/statuses/oembed.json',
|
||||||
|
'method': 'GET',
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
# from https://dev.twitter.com/docs/error-codes-responses
|
# from https://dev.twitter.com/docs/error-codes-responses
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue