現在、認証ユーザーがリツイートを受け取りたくないユーザー達の user_ids を取得します。
特定のユーザーアカウントに “no retweets”のステータスを設定するにはPOST friendships / updateを使用してください。
GET friendships/
|
https://api.twitter.com/1.1/friendships/no_retweets/ids.json
Resource URL
|
Resource Information
Response formats
JSON
Requires authentication?
Yes (user context only)
Rate limited?
Yes
Requests / 15-min window (user auth)
15
|
多くのプログラミング環境では、桁サイズが原因でTwitterのIDを使用することができません。このオプションを設定することで、IDを数字ではなく文字列として取得できます。 Read more about [node:194].このパラメータは、IDをJavascript 環境で使用する場合に特に重要です。
サンプル値: true
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 [node:194]. This parameter is especially important to use in Javascript environments. Example Values: |
ログインして登録アプリケーションの一覧を参照してください。
OAuth Signature GeneratorSign in to see a list of your registered applications. |
GET
https://api.twitter.com/1.1/friendships/no_retweets/ids.json?stringify_ids=true
Example RequestGET
|
["777925","732321"]
Example Result["777925","732321"] |