You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.
I need to use your library to get all the comments that the authenticated user has received in all their publications.
The application is in sandbox mode, both the user who owns the "accessToken" that I am using and the users who have made comments are registered in sandbox mode.
If I used the API manually used the access token, I get all the comments:
HI,
I need to use your library to get all the comments that the authenticated user has received in all their publications.
The application is in sandbox mode, both the user who owns the "accessToken" that I am using and the users who have made comments are registered in sandbox mode.
If I used the API manually used the access token, I get all the comments:
https://api.instagram.com/v1/media/1648520120576748585_6282056973/comments?access_token=accessToken
But when using your library (version 1.2.2) as follows, the "comments" field is always null.
It tells me, for example, that a publication has two comments but I do not get them:
Comments -> Comments [comments=null, count=2]
The text was updated successfully, but these errors were encountered: