Description Usage Arguments See Also
View source: R/account_update_profile_banner.R
POST account/update_profile_banner
1 2 |
banner |
The Base64-encoded or raw image data being uploaded as the user<c2><81>fs new profile banner. |
width |
The width of the preferred section of the image being uploaded in pixels. Use with height, offset_left, and offset_top to select the desired region of the image to use. |
height |
The height of the preferred section of the image being uploaded in pixels. Use with width, offset_left, and offset_top to select the desired region of the image to use. |
offset_left |
The number of pixels by which to offset the uploaded image from the left. Use with height, width, and offset_top to select the desired region of the image to use. |
offset_top |
The number of pixels by which to offset the uploaded image from the top. Use with height, width, and offset_left to select the desired region of the image to use. |
https://dev.twitter.com/rest/reference/post/account/update_profile_banner
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.