我只能在 Android 的官方 Instagram 应用程序(版本 6.11.2)中看到我的和或follows
列表followed by
https://api.instagram.com/v1/users/self/follows?access_token=ACCESS-TOKEN
。我也可以通过应用程序或在应用程序中从另一个帐户https://api.instagram.com/v1/users/self/followed-by?access_token=ACCESS-TOKEN
endpoints
中看到我。但我无法获得我自己的待处理请求列表,这些请求是针对那些不想在他的好友列表中看到我的人。requests
https://api.instagram.com/v1/users/self/requested-by?access_token=ACCESS-TOKEN
endpoint
follows
如何通过 API 或 Android 的官方 Instagram 应用程序查看我对他人的待处理请求列表?
PS对不起我的英语不好。