Skip to content

bug: fields user.name/screen_name/created_at have been moved to user.legacy.core. #95

@rxliuli

Description

@rxliuli

Below is the latest Twitter JSON response, showing the changes in the fields.

{
  "__typename": "User",
  "id": "VXNlcjoyMzI5MDEzMzE=",
  "rest_id": "232901331",
  "affiliates_highlighted_label": {},
  "avatar": {
    "image_url": "https://pbs.twimg.com/profile_images/1901949643828625408/cIoDpRVb_normal.jpg"
  },
  "core": {
    "created_at": "Sat Jan 01 17:50:03 +0000 2011",
    "name": "Dan Bongino",
    "screen_name": "dbongino"
  },
  "dm_permissions": {
    "can_dm": false
  },
  "has_graduated_access": true,
  "is_blue_verified": true,
  "legacy": {
    "default_profile": false,
    "default_profile_image": false,
    "description": "",
    "entities": {
      "description": {
        "urls": []
      },
      "url": {
        "urls": [
          {
            "display_url": "bongino.com",
            "expanded_url": "http://www.bongino.com",
            "url": "https://t.co/h3Y3otPk07",
            "indices": [0, 23]
          }
        ]
      }
    },
    "fast_followers_count": 0,
    "favourites_count": 69922,
    "followers_count": 7073769,
    "friends_count": 2301,
    "has_custom_timelines": true,
    "is_translator": false,
    "listed_count": 11396,
    "media_count": 1817,
    "normal_followers_count": 7073769,
    "pinned_tweet_ids_str": [],
    "possibly_sensitive": false,
    "profile_banner_url": "https://pbs.twimg.com/profile_banners/232901331/1742295117",
    "profile_interstitial_type": "",
    "statuses_count": 50090,
    "translator_type": "none",
    "url": "https://t.co/h3Y3otPk07",
    "want_retweets": false,
    "withheld_in_countries": []
  },
  "location": {
    "location": ""
  },
  "media_permissions": {
    "can_media_tag": true
  },
  "parody_commentary_fan_label": "None",
  "profile_image_shape": "Circle",
  "privacy": {
    "protected": false
  },
  "relationship_perspectives": {
    "following": false
  },
  "tipjar_settings": {},
  "verification": {
    "verified": false
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions