How to get unread messages using FQL?

后端 未结 4 1977
情话喂你
情话喂你 2021-01-19 06:16

I am trying to get the body and the sender of all unread inbox .

To get all conversation\'s threads with unread messages I used this query:

SELECT thre

4条回答
  •  醉话见心
    2021-01-19 06:56

    I am not entirely sure if this fixes your problem, but it seems that the parameter is "q", not "queries":

    params.putString("q", jsonFQL.toString());
    

    ...if you take a look at the Facebook docs:

    https://developers.facebook.com/docs/technical-guides/fql

    Could be possible that they changed it recently, although it is deprecated so i dont think they will put much effort into it.

提交回复
热议问题