POST account/update_delivery_device

Updated on Wed, 2012-09-05 14:21

Sets which device Twitter delivers updates to for the authenticating user. Sending none as the device parameter will disable SMS updates.

Resource URL

https://api.twitter.com/1.1/account/update_delivery_device.json

Parameters

device required

Must be one of: sms, none.

Example Values: sms

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 detail on entities.

Example Values: true

Example Request