Don't like ads? PRO users don't see any ads ;-)
Guest

async.php

By: a guest on Jun 19th, 2012  |  syntax: JavaScript  |  size: 1.12 KB  |  hits: 62  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. {
  2.   "request": {
  3.     "method": "POST",
  4.     "url": "http://www.facebook.com/ajax/messaging/async.php?__a=1",
  5.     "postData": {
  6.       "params": [
  7.         {
  8.           "name": "action",
  9.           "value": "read"
  10.         },
  11.         {
  12.           "name": "sk",
  13.           "value": "inbox"
  14.         },
  15.         {
  16.           "name": "tid",
  17.           "value": "id.***"
  18.         },
  19.         {
  20.           "name": "msgs_only",
  21.           "value": "1"
  22.         },
  23.         {
  24.           "name": "thread_offset",
  25.           "value": "2951"
  26.         },
  27.         {
  28.           "name": "num_msgs",
  29.           "value": "60"
  30.         },
  31.         {
  32.           "name": "nctr[_mod]",
  33.           "value": "pagelet_titan"
  34.         },
  35.         {
  36.           "name": "fb_dtsg",
  37.           "value": "***"
  38.         },
  39.         {
  40.           "name": "__user",
  41.           "value": "***"
  42.         },
  43.         {
  44.           "name": "phstamp",
  45.           "value": "***"
  46.         }
  47.       ]
  48.     }
  49.   },
  50.   "response": {
  51.     /** The HTML code containing the messages (complete with styles/profile pics/names/dates/etc.), wrapped in some Facebook JSON object. **/
  52.   },
  53.   }
  54. }