POST account/update_location

Updated on Mon, 2011-07-04 09:56

This method is deprecated and has been replaced by POST account/update_profile. Please update your applications with the new endpoint.

Sets the value of the profile location field for the authenticating user.

Resource URL

http://api.twitter.com/1/account/update_location.format

Parameters

location optional

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.

include_entities optional

When set to either true, t or 1, each tweet will include a node called "entities". This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags. While entities are opt-in on timelines at present, they will be made a default component of output in the future. See Tweet Entities for more details.

skip_status optional

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