Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook graph api m.mid vs m.id

I'm retrieving messages from my page, but notice that the messages have two different id types.

on most of the messages they have an id as such:

"id": "m_id.363733227087070", 

however some of them are formated as

"id": "m_mid.1374165333681:48689d90e8f7fa5e77", 

What is the difference between m_mid and m_id? I cannot find any documentation on why some messages have an ID that is m_mid and some are m_id. Additionally, they m_mid has some sort of hashed number after it, any idea what this hex represents??

like image 629
Ray Suelzer Avatar asked Aug 07 '26 18:08

Ray Suelzer


1 Answers

Did you find a definite answer for this?

From my observation, the first message in a conversation has id with the format m_id.<numeric id>. All subsequent messages have id with the format m_mid.<numeric id>:<hex hash>

like image 76
Mandar Pathak Avatar answered Aug 15 '26 13:08

Mandar Pathak



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!