GET friendships/no_retweets/ids

Updated on Fri, 2013-01-25 08:37

Returns a collection of user_ids that the currently authenticated user does not want to receive retweets from.

Use POST friendships/update to set the "no retweets" status for a given user account on behalf of the current user.

Resource URL

https://api.twitter.com/1.1/friendships/no_retweets/ids.json

Parameters

stringify_ids optional

Many programming environments will not consume our ids due to their size. Provide this option to have ids returned as strings instead. Read more about Twitter IDs, JSON and Snowflake. This parameter is especially important to use in Javascript environments.

Example Values: true

Example Request

GET

https://api.twitter.com/1.1/friendships/no_retweets/ids.json?stringify_ids=true

  1. ["777925","732321"]