Instagram Graph API Conversation: cursor after Not Updating, No Data Retrieved for Next Page
3

When using the Instagram Graph API to retrieve conversations, I am experiencing an issue where the cursor "after" value remains the same, and the data for the next page is identical to the first page. Despite multiple requests, the cursor does not update, which prevents access to subsequent data pages. Example API call: /v20.0/[fb_page_id]/conversations?platform=instagram&fields=id,name,participants,updated_time,messages.limit(1),subject&limit=5 Response:

{ "data": [...], "paging": { "cursors": { "after": "ZAXlKMGFXMWxjM1JoYlhBaU9qRTNNak0xTkRRMk5qTXpNamNzSW5Sb2NtVmhaQUY5cFpBQ0k2SWpNME1ESTRNak0yTmpnME1UY3hNRE13TVRJME5ESTFPVFkyT1RFM09EVXpNak01T1Rnek55SjkZD" }, "next": "......" } }

The cursor "after" value does not change, and the result remains the same for the next page. It is a bug.

This problem persists and prevents pagination from working correctly. Could you provide guidance on how to resolve this issue?

Thank you for your assistance.

Tantely
질문함 약 4개월 전
Lukas

I have the same issue.

8월 26일 오전 10:20
Yitzi

I have the same issue also.

8월 28일 오후 2:29
선택한 답변
1

I have the same issue. You can subscribe to my bug report, so there's a change it will be resolved quicker: https://developers.facebook.com/support/bugs/897272975552830/

8월 24일 오전 1:55
Ilya
Yitzi

Thanks, I did.

8월 28일 오후 2:29