Reverse Engineering the Facebook Messenger API
intuitiveexplanations.com
Reverse Engineering the Facebook Messenger API
1–10 of 40 posts
Re: Reverse Engineering the Facebook Messenger API
#2Platforms should be forced by law to open themselves to third party clients ffs. Yes, spam will be a problem - but seriously: FB is big enough to afford investigation teams that cooperate with law enforcement to tackle the spam at the source.
Re: Reverse Engineering the Facebook Messenger API
#3I miss the good old days when FB Messenger was usable with ordinary XMPP clients. Platforms should be forced by law to open themselves to third party clients ffs. Yes, spam will be a problem - but seriously: FB is big enough to afford investigation teams that cooperate with law enforcement to tackle the spam at the source.
Same can be said about Google, Apple, Microsoft, etc
Yet spam still exists, how is that possible if your assumption was true?
Re: Reverse Engineering the Facebook Messenger API
#4I miss the good old days when FB Messenger was usable with ordinary XMPP clients. Platforms should be forced by law to open themselves to third party clients ffs. Yes, spam will be a problem - but seriously: FB is big enough to afford investigation teams that cooperate with law enforcement to tackle the spam at the source.
Re: Reverse Engineering the Facebook Messenger API
#5> You might ask why the Messenger API expects a JSON string inside a JSON string inside a JSON string inside an HTML form. You would have a very good question.
Probably multiple layers of tooling and encapsulation to get to the real backend, or just unpaid tech debt.
Also, first the author discovers a GraphQL endpoint. I thought great, just introspect the schema instead of blindly poking around!
But no, the GraphQL API seems to only be used to transfer project LightSpeed payloads which are server generated JS snippets meant to be blindly executed to update the UI. Rough.. I know GraphQL originates at Facebook but I don't think that was the intended usage...
Also, the author's python script seems to be opening a new session on every invocation. This might have triggered the account suspension, since login endpoints are certainly amongst the most heavily monitored for suspicious behavior.
Re: Reverse Engineering the Facebook Messenger API
#6I miss the good old days when FB Messenger was usable with ordinary XMPP clients. Platforms should be forced by law to open themselves to third party clients ffs. Yes, spam will be a problem - but seriously: FB is big enough to afford investigation teams that cooperate with law enforcement to tackle the spam at the source.
Re: Reverse Engineering the Facebook Messenger API
#7I miss the good old days when FB Messenger was usable with ordinary XMPP clients. Platforms should be forced by law to open themselves to third party clients ffs. Yes, spam will be a problem - but seriously: FB is big enough to afford investigation teams that cooperate with law enforcement to tackle the spam at the source.
Re: Reverse Engineering the Facebook Messenger API
#8I miss the good old days when FB Messenger was usable with ordinary XMPP clients. Platforms should be forced by law to open themselves to third party clients ffs. Yes, spam will be a problem - but seriously: FB is big enough to afford investigation teams that cooperate with law enforcement to tackle the spam at the source.
Software in the pharma industry works kind of like this. That's why it can take months to years to make a tiny one line change to an application once it's been validated by the FDA.
Re: Reverse Engineering the Facebook Messenger API
#9Re: Reverse Engineering the Facebook Messenger API
#10I miss the good old days when FB Messenger was usable with ordinary XMPP clients. Platforms should be forced by law to open themselves to third party clients ffs. Yes, spam will be a problem - but seriously: FB is big enough to afford investigation teams that cooperate with law enforcement to tackle the spam at the source.
So the government will get to decide whose business is defined as a 'platform' before they enforce this requirement of maintaining an API suitable for 3rd party clients? Do they also decide what features are required to be in that API? I guess on a case by case basis? Software in the pharma industry works kind of like this. That's why it can take months to years to make a tiny one line change to an application once i…
The specifics are obviously difficult to reason about, but the scale of network effects and/or amount of internet communities which only exist as facebook groups or whatsapp groups and would simply be gone if either stopped existing is... troubling.