Update client.py

This commit is contained in:
wannaphongcom
2015-10-16 12:05:56 +07:00
parent 80bc6b7953
commit bf1cdec4d0

View File

@@ -193,7 +193,7 @@ class Client(object):
'message_batch[0][has_attachment]' : False
}
r = self._post("https://www.facebook.com/ajax/mercury/send_messages.php", form)
r = self._post("https://www.facebook.com/ajax/mercury/send_messages.php", data)
return r.ok
def getThreadList(self, start, end=None):