Twitter Developers からのメール  

TwitterTwitter Developer

目次一覧

 状態:  閲覧数:1,535  投稿日:2019-05-19  更新日:2019-06-26
2019/4/9 Updates to daily follow limits

2019/4/20 Upcoming changes to user object and GET users/suggestions endpoints

2019/4/24 Updated media API documentation is now available

2019/4/9 Updates to daily follow limits

 閲覧数:346 投稿日:2019-05-19 更新日:2019-06-26

毎日のフォロー制限の更新


一人のユーザーがフォローできるユーザー数の日々の制限を1,000から400に変更
Today, we changed the daily limit for the number of users a single user can follow from 1,000 to 400, as referenced here.

This limit is applied to each user individually, independent of the applications they use to access the Twitter platform. As a result, this new user limit also applies to third-party applications developed on the Twitter API using the /friendships/create endpoint.

Although a daily limit existed prior to this change, we wanted to take this opportunity to encourage developers to check their own apps to ensure they are built to gracefully handle scenarios where app users might encounter this limit.

Details:
・Endpoint: /friendships/create
・Limit: Requests / 24-hour window: 400 new follows per user
・Documentation: https://developer.twitter.com/en/docs/accounts-and-users/follow-search-get-users/api-reference/post-friendships-create
If a particular user reaches the follow limit, the following error response will be returned:

“You are unable to follow more people at this time.”

code: 161

Corresponds with HTTP 403. Thrown when a user cannot follow another user due to reaching the limit. This limit is applied to each user individually, independent of the applications they use to access the Twitter platform.
We have updated our documentation to reflect the new limit, which you can find here.

Visit Topic or reply to this email to respond.

To unsubscribe from these emails, click here.


2019/4/20 Upcoming changes to user object and GET users/suggestions endpoints

 閲覧数:479 投稿日:2019-05-21 更新日:2019-06-26

一部の古くなったエンドポイントへのアクセスが廃止される


ユーザオブジェクトの一部のフィールドを廃止し、設定値へのアクセスを簡略化する
We are making two sets of changes to our APIs & related documentation. These updates clarify the status of some data fields that are already obsolete, clean up legacy features, and retire access to some outdated endpoints.

These changes fall into two categories:

・Deprecation of some fields in the user object to remove cruft and simplify access to settings values
・Deprecation of the
GET users/suggestions
API endpoints

User object changes
As part of our ongoing work to simplify our web app and update our desktop web client, we are phasing out support for legacy profile customization values in our apps. We are also taking this opportunity to further clean up the user object payload by removing account settings values and follow request values from user objects returned. In the future, account settings will only be available via
GET account/settings
, and follow relationship values will only be available via
GET friendships/lookup
.



2019年5月20日以降、以下のフィールドはすべてサポートされなくなる
The following fields should no longer be relied on by developers when making use of the user object, including when returned as part of a Tweet. Starting on May 20, 2019, all of the following fields will no longer be supported. Developers should expect them to start returning null values. This will be documented appropriately as part of the user data dictionary. These changes apply across our standard, premium, and enterprise API products.

Settings values (these will only be available via
GET account/settings
in the future)
lang
(NOTE: this value was a user interface configuration setting, and not related to the language of Tweets, which will continue to be part of the Tweet object)
geo_enabled
Follow relationship values (available only via
GET friendships/lookup
in the future)
follow_request_sent
(similar to previously deprecated
following
value)
Obsolete values
profile_location
is_translation_enabled
translator_type
has_extended_profile
profile_background_color
profile_background_image_url
profile_background_image_url_https
profile_background_tile
profile_image_url
NOTE:
profile_image_url_https
will continue to be valid and populated for user profile images aka "avatar images." HTTPS URLs are the only formats that Twitter will support in internal data objects in the future, and you should update your apps and code appropriately
profile_link_color
profile_sidebar_border_color
profile_sidebar_fill_color
profile_text_color
profile_use_background_image
We have updated our documentation to reflect this change here.

GET
users/suggestions
changes

These endpoints are
GET users/suggestions
,
GET users/suggestions/:slug
, and
GET users/suggestions/:slug/members
.

These endpoints provided access to a curated “suggested users list” for different topics, which was formerly shown to new users of the Twitter app. This list is now obsolete (and has not been updated for some time). The endpoints will stop accepting requests on June 30, 2019. Responses will show a
410 Gone
error.

What should I do now?

We recommend reviewing any code that may depend on valid string values in the affected user object fields, and ensuring that it is able to handle
null
responses. Examples may include database schemas where assumptions have been made as to the data formats returned. Additionally, review any code that attempted to functionally use these values, and update code that used the unsecured HTTP profile image URLs to point to the HTTPS versions instead.

You can ask further questions about these changes in the REST APIs category here on the developer forums.


TwitterAPI 2019年5月20日のユーザーオブジェクト変更についてまとめ

2019/4/24 Updated media API documentation is now available

 閲覧数:400 投稿日:2019-05-22 更新日:2019-06-26
As part of our ongoing efforts to improve our developer documentation, we’ve recently shipped some updates to the Media API reference information. Specifically, these updates relate to the Tweet object data dictionary, and include a number of clarifications about what to expect in API responses that include media entities.

If you use media objects from Twitter, you should take note of the new section on Photo Media URL Formatting, which describes how to correctly form media URLs across different image sizes. Note that the legacy URL format should no longer be used. We advise you to ensure that you move to the modern URL format to improve compatibility and performance of your code.

If you have questions related to these updates, please use the Media APIs category of the developer forums.



Twitterで、画像(extended_entities)取得できないツイートがある場合は、tweet_modeパラメータ付与

we are unable to approve your developer application at this time.



週間人気ページランキング / 4-20 → 4-26
順位 ページタイトル抜粋 アクセス数
1 GitHubリモートリポジトリ名には日本語を使用できない。使用すると、ハイフンへ自動置換されてしまう | GitHub(Git) 6
1 動画対応 | プログラミング 6
2 本 | ブックマーク 5
2 「Twitterデータ」対応 | Twitter Developer(Twitter) 5
3 Twitter API v1.1 | Twitter Developer(Twitter) 4
4 Windows10で使用できるGitクライアント | GitHub(Git) 3
5 開発 0 2
5 TwitterOAuth では、画像URL を指定した画像投稿は出来ない(と思う)。ライブラリを使用しなければ出来るから、Twitter API の制限ではない(と思われる)  | Twitter 2
6 Twitter アカウント管理 | Twitter Developer(Twitter) 1
6 同じ携帯電話番号でも、複数の「Twitter Developers」アカウントを作成可能 | Twitter Developer(Twitter) 1
6 0.GitHub リモートリポジトリ作成 / 1.「Git BASH」起動 / 2.ディレクトリ移動 1
6 個人事業主が導入可能な「支払、送金」機能を有する決済系サービス簡易比較表 1
6 過去の「0文字引用RT」を期間指定して取得しようとするも、挫折 | Twitter API (Twitter) 1
6 Twitter 旧レート制限 | Twitter API 旧仕様(Twitter) 1
6 感想履歴(技術エントリーを見返した際に不要だと感じた「当時の感想」をこのエントリーへ移動する) | Webサービス開発 1
6 Twitter 電話番号の問題 | Twitter Developer(Twitter) 1
6 2011年 1
2024/4/27 1:02 更新