如何在instagram API中获取性别信息?

如何在instagram API中获取性别信息?,instagram,instagram-api,Instagram,Instagram Api,我正在开发Instagram API。在其中,我想按性别列出用户。使用Instagram API可以获取用户性别吗?根据Instagram文档,这是不可能的,只有这些才是可能的 { "data": { "id": "1574083", "username": "snoopdogg", "full_name": "Snoop Dogg", "profile_picture": "http://distillery.s3.ama

我正在开发Instagram API。在其中,我想按性别列出用户。使用Instagram API可以获取用户性别吗?

根据Instagram文档,这是不可能的,只有这些才是可能的

{
    "data": {
        "id": "1574083",
        "username": "snoopdogg",
        "full_name": "Snoop Dogg",
        "profile_picture": "http://distillery.s3.amazonaws.com/profiles/profile_1574083_75sq_1295469061.jpg",
        "bio": "This is my bio",
        "website": "http://snoopdogg.com",
        "counts": {
            "media": 1320,
            "follows": 420,
            "followed_by": 3410
        }
}