twtr_account_update_profile: POST account/update_profile

Description Usage Arguments See Also

View source: R/account_update_profile.R

Description

POST account/update_profile

Usage

1
2
3
twtr_account_update_profile(name = NULL, url = NULL, location = NULL,
  description = NULL, profile_link_color = NULL, include_entities = NULL,
  skip_status = NULL, ...)

Arguments

name

Full name associated with the profile. Maximum of 20 characters. Example Values: Marcel Molina

url

URL associated with the profile. Will be prepended with <c2><81>ghttp://<c2><81>h if not present. Maximum of 100 characters. Example Values: http://project.ioni.st

location

The city or country describing where the user of the account is located. The contents are not normalized or geocoded in any way. Maximum of 30 characters. Example Values: San Francisco, CA

description

A description of the user owning the account. Maximum of 160 characters. Example Values: Flipped my wig at age 22 and it never grew back. Also: I work at Twitter.

profile_link_color

Sets a hex value that controls the color scheme of links used on the authenticating user<c2><81>fs profile page on twitter.com. This must be a valid hexadecimal value, and may be either three or six characters (ex: F00 or FF0000). Example Values: 0000FF This parameter replaces the deprecated (and separate) update_profile_colors API method.

include_entities

The entities node will not be included when set to false. Example Values: false

skip_status

When set to either true, t or 1 statuses will not be included in the returned user objects.

See Also

https://dev.twitter.com/rest/reference/post/account/update_profile


yutannihilation/twihttr documentation built on May 4, 2019, 7:46 p.m.