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

カテゴリー: Twitter Developer  閲覧数:565 配信日:2019-05-21 00:02


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


ユーザオブジェクトの一部のフィールドを廃止し、設定値へのアクセスを簡略化する
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日のユーザーオブジェクト変更についてまとめ

週間人気ページランキング / 11-16 → 11-22
順位 ページタイトル抜粋 アクセス数
1 「Twitter API」は、2023 年 5 月 10 日時点では、SMS認証(電話番号登録)不要でプロジェクト作成できるよう仕様変更されています。 | Twitter API (Twitter) 1
1 和田晃一良 年表 1
1 Webサービス開発 カテゴリー 1
1 コインチェック株式会社   | Webサービスビジネス 1
1 「Twitterデータ」対応 | Twitter Developer(Twitter) 1
1 ANRIとは? / ジェネラルパートナー株式会社 1
1 理由 / 投稿削除できない / 質問の基準が不明 / QAサイトなのに、やってほしいことだけを記載してはいけない 1
1 Twitter API v1.1 | Twitter Developer(Twitter) 1
1 fatal: remote error: is not a valid repository name | Git BASH(Git) 1
1 大前提 / 問題発生 /「Twitter アカウント開設」では認証メールが届くが「Twitter Developersアカウント開設」では認証メールが届かない具体例 1
1 比較 / gitk / git-gui 1
1 「Twitter アカウント開設」のために受信可能なメールアドレスと、「Twitter Developersアカウント開設」のために受信可能なメールアドレスは仕様が異なる(と思われる) | Twitter Developer(Twitter) 1
1 開発 0 1
1 「既存Twitterアプリが使用できる」からと言って「Twitter開発者アカウント」を保持しているとは限らない | Twitter Developer(Twitter) 1
2024/11/23 1:02 更新
指定期間人気ページランキング / 2020-5-27 → 2024-11-22
順位 ページタイトル抜粋 アクセス数
1 GitHubリモートリポジトリ名には日本語を使用できない。使用すると、ハイフンへ自動置換されてしまう | GitHub(開発環境) 982
2 fatal: remote error: is not a valid repository name | Git BASH(開発環境) 706
3 Twitter アカウント管理 | Twitter Developer(Twitter) 606
4 動画対応 | プログラミング 587
5 Twitter API | Twitter API (Twitter) 583
6 開発 0 549
7 「Twitterデータ」対応 | Twitter Developer(Twitter) 535
8 本 | ブックマーク 438
9 Windows10で使用できるGitクライアント | GitHub(開発環境) 418
10 Webサービス | ブックマーク 417
11 マッチングサービス | Webサービスビジネス 401
12 同じ携帯電話番号でも、複数の「Twitter Developers」アカウントを作成可能 | Twitter Developer(Twitter) 331
13 技術書籍 | プログラミング 297
13 TwitterOAuth では、画像URL を指定した画像投稿は出来ない(と思う)。ライブラリを使用しなければ出来るから、Twitter API の制限ではない(と思われる)  | Twitter 297
14 気になった動画 | ブックマーク 289
15 teratailでは質問しない | プログラミング 280
16 埋め込みツイート | Twitter Developer(Twitter) 270
17 個人事業主 | Webサービスビジネス 250
18 Twitter 電話番号の問題 | Twitter Developer(Twitter) 219
19 過去の「0文字引用RT」を期間指定して取得しようとするも、挫折 | Twitter API (Twitter) 189
2024/11/23 1:02 更新