Document API.get_oembed method
authorKevin McElwee <kevinrmcelwee@gmail.com>
Tue, 15 Sep 2020 20:03:59 +0000 (16:03 -0400)
committerKevin McElwee <kevinrmcelwee@gmail.com>
Tue, 15 Sep 2020 20:03:59 +0000 (16:03 -0400)
docs/api.rst

index 8aa4a03626a4f73c0a80256604188a57cccae105..9e2dbd8a2fe9bb68b6954edd474d70d07e26e175 100644 (file)
@@ -282,6 +282,29 @@ Status methods
    :rtype: :class:`Status` object
 
 
+.. method:: API.get_oembed(id/url, [maxwidth], [hide_media], \
+      [omit_script], [align], [related], [lang])
+
+   Requests the Twitter oembed HTML for a given tweet.
+
+   :param id: |sid|
+   :param url: The URL of the Tweet to be embedded
+   :param maxwidth: The maximum width of a rendered Tweet in whole pixels.
+   :param hide_media: When set to `true`, links in a Tweet are not expanded to
+                      photo, video, or link previews.
+   :param omit_script: When set to `true`, the `<script>` responsible for
+                       loading `widgets.js` will not be returned. Your webpages
+                       should include their own reference to `widgets.js`
+   :param align: Specifies whether the embedded Tweet should be floated left,
+                 right, or center in the page relative to the parent element.
+   :param related: A comma-separated list of Twitter usernames related to your
+                   content.
+   :param lang: Request returned HTML and a rendered Tweet in the specified
+                Twitter language supported by embedded Tweets.
+
+   :rtype: `JSON` object
+
+
 User methods
 ------------