The pagination cursor is retrieved from the previous call I did to get results. Moving forward works as expected, go back on the other end gives me this error:
{
“error”: “Bad Request”,
“status”: 400,
“message”: “The cursor specified in the before or after query parameter is not valid.”
}
I’m using the same code logic on Twitch videos, and that seems to work just fine.
Is this a problem with the API or am I doing something wrong?