How to query conversations by folder via Graph Api?

前端 未结 3 1425
我在风中等你
我在风中等你 2020-12-19 03:31

My organisation recently started using folders on their Facebook page. The conversations then can be categorized as Inbox, Unread, Follow Up, Done and Spam.

I regula

3条回答
  •  情歌与酒
    2020-12-19 04:05

    Call folder=page_done with Page Access Token to retrieve all threads/messages in Done folder of Page inbox.

    {page-id}/conversations?folder=page_done
    

    To get Page Access Token

    {page-id}?fields=access_token
    

提交回复
热议问题