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