JTwitterProfile::updateProfileBackgroundImage
Method to update the authenticating user's profile background image. This method can also be used to enable or disable the profile background image.
Signature
public function updateProfileBackgroundImage([string
$image = null,
[boolean
$tile = false,
[boolean
$entities = null,
[boolean
$skip_status = null,
[boolean
$use = false]]]]] )
Parameters
-
$image
- The background image for the profile.
-
$tile
- Whether or not to tile the background image.
-
$entities
- When set to either true, t or 1, each tweet will include a node called "entities,". This node offers a
-
$skip_status
- When set to either true, t or 1 statuses will not be included in the returned user objects.
-
$use
- Determines whether to display the profile background image or not.
Returns
- array
- The decoded JSON response