I am using an old version of instagram for android where I can listen to the SSL requests with Charles Proxy (on PC I did not).
When I get the stories ('feed/reels_tray/')
not all users have items.
For that it is necessary to send a POST to 'feed/reels_media/'
with all the ids (pks) and this returns the items of all.
But I can not form the post correctly. I always get the message:
"Message": "Invalid user list"...
Any ideas?
答案 0 :(得分:1)
这是从用户帐户获取供稿列表的instagram API
“ https://api.instagram.com/v1/users/self/media/recent/?access_token=” + USER_ACCESS_TOKEN
它可以从用户帐户发布列表。