JTwitterProfile::updateProfile
Method to et values that users are able to set under the "Account" tab of their settings page.
Signature
public function updateProfile([string
$name = null,
[string
$url = null,
[string
$location = null,
[string
$description = null,
[boolean
$entities = null,
[boolean
$skip_status = null]]]]]] )
Parameters
-
$name
- Full name associated with the profile. Maximum of 20 characters.
-
$url
- URL associated with the profile. Will be prepended with "http://" if not present. Maximum of 100 characters.
-
$location
- The city or country describing where the user of the account is located. The contents are not normalized
-
$description
- A description of the user owning the account. Maximum of 160 characters.
-
$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