The username entry does not appear in the instagram API.
1

The username entry does not appear in the instagram API.

https://graph.instagram.com/18031814818286630/comments?fields=hidden%2Cid%2Clike_count%2Cmedia%7Bid%2Cshortcode%7D%2Ctext%2Ctimestamp%2Cusername%2Cparent_id&limit=45```

When I queried with the above, the username of the comments I didn't write isn't coming up.

{ "hidden": false, "id": "18038804090482614", "like_count": 0, "media": { "id": "18031814818286630", "shortcode": "CHMeKomngQv" }, "text": "123", "timestamp": "2024-09-24T10:37:19+0000", "username": "naearu" }, { "hidden": false, "id": "17879212037783838", "like_count": 0, "media": { "id": "18031814818286630", "shortcode": "CHMeKomngQv" }, "text": "@naearu 6666", "timestamp": "2022-12-08T02:57:40+0000", "parent_id": "17943061072406193" }, ```

Part of the response above. For the second item, the username field is coming out without it.

The scop of the token used is as follows.

instagram_business_basic, instagram_business_manage_comments

I want to know why you have the permission to install_business_manage_comments and your username doesn't come out.

Is there anything else I need to check?

고광진
Posée il y a 4 heures