Skip to content

Instantly share code, notes, and snippets.

@Dewep
Created July 28, 2015 09:26
Show Gist options
  • Save Dewep/43f6427d5ff26dc52a49 to your computer and use it in GitHub Desktop.
Save Dewep/43f6427d5ff26dc52a49 to your computer and use it in GitHub Desktop.
Number of messages of a messenger conversation

Go on Graph API Explorer.

Select the FQL Query option, and write this type of request:

SELECT message_count FROM thread WHERE thread_id = 729596603755180
{
  "data": [
    {
      "message_count": 75858
    }
  ]
}
@Dewep
Copy link
Author

Dewep commented Jul 30, 2016

{
  "data": [
    {
      "message_count": 131921
    },
    {
      "message_count": 131921
    }
  ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment