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
While trying to retrieve the user's media, I noticed that I got a 200 response but empty results. After going thru the class, I noticed that the ACCESS_TOKEN was not being included in the GET request even when the documentation shows it.
I had to extend the class and modify the method, while this gets fixed. Hopefully the pull request #191
The text was updated successfully, but these errors were encountered:
Hello!
While trying to retrieve the user's media, I noticed that I got a 200 response but empty results. After going thru the class, I noticed that the ACCESS_TOKEN was not being included in the GET request even when the documentation shows it.
I had to extend the class and modify the method, while this gets fixed. Hopefully the pull request #191
The text was updated successfully, but these errors were encountered: