Skip to content

How to fix pagination issue? - Implement Pagination direction #96

@scout679

Description

@scout679

First of all, I'd like to say thanks for your effort.
I have a problem with pagination while using this project.
Response from x.com via tweeterpy/session/request contains cursor-top, and bottom, and here use them, but it doesn't works right now.
Just 1page. How to get next page which can be showed by scrolling down?
Every time I get following response(snippet).
{
"entryId": "cursor-top-9223372036854775807",
"sortIndex": "9223372036854775807",
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
"value": "DAACCgACGrcS81xAJxAKAAMatxLzXD_Y8AgABAAAAAELAAUAAADoRW1QQzZ3QUFBZlEvZ0dKTjB2R3AvQUFBQUJNYXJaMm1NQmZCRUJxZlpzMnJWdUY4R3JaUHA4VlcwUTBhc0JZbWdWWkF0eHEyd0d6WEY5R3ZHclRwRXUvV29UNGFxQUVKS2RZQnB4cXNVQ0hXRmdBNEdxL1V0cC9XOFdzYXRxWEtZTmR3NEJxMGVLekhGekJOR3JaK3l1elh3THdhdE5ZRTU5ZkF4UnExRXRqaW16RWRHclgrUzZCWE1Wb2FyeTJXVzFhZzZocXp3V01tbDdGMEdyTlBXK2ZYTVFJYXRZSk8zVmRoN0E9PQgABgAAAAAIAAcAAAAADAAICgABGp9mzatW4XwAAAA",
"cursorType": "Top"
}
},
{
"entryId": "cursor-bottom-0",
"sortIndex": "0",
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
"value": "DAACCgACGrcS81xAJxAKAAMatxLzXD_Y8AgABAAAAAILAAUAAADoRW1QQzZ3QUFBZlEvZ0dKTjB2R3AvQUFBQUJNYXJaMm1NQmZCRUJxZlpzMnJWdUY4R3JaUHA4VlcwUTBhc0JZbWdWWkF0eHEyd0d6WEY5R3ZHclRwRXUvV29UNGFxQUVKS2RZQnB4cXNVQ0hXRmdBNEdxL1V0cC9XOFdzYXRxWEtZTmR3NEJxMGVLekhGekJOR3JaK3l1elh3THdhdE5ZRTU5ZkF4UnExRXRqaW16RWRHclgrUzZCWE1Wb2FyeTJXVzFhZzZocXp3V01tbDdGMEdyTlBXK2ZYTVFJYXRZSk8zVmRoN0E9PQgABgAAAAAIAAcAAAAADAAICgABGp9mzatW4XwAAAA",
"cursorType": "Bottom"
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions