JTwitterProfile::updateProfileColors
Method to set one or more hex values that control the color scheme of the authenticating user's profile page on twitter.com.
Signature
public function updateProfileColors([string
$background = null,
[string
$link = null,
[string
$sidebar_border = null,
[string
$sidebar_fill = null,
[string
$text = null,
[boolean
$entities = null,
[boolean
$skip_status = null]]]]]]] )
Parameters
-
$background
- Profile background color.
-
$link
- Profile link color.
-
$sidebar_border
- Profile sidebar's border color.
-
$sidebar_fill
- Profile sidebar's fill color.
-
$text
- Profile text color.
-
$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.
Returns
- array
- The decoded JSON response