skip to Main Content

I am not talking about the public graph api, i am asking is it technically possible to consume facebook’s private api that facebook official apps use, and benifit from login/sign up and such features?

Like if i reverse engineered messenger or facebook app and mimic their communication with their API, whould i be able to build a working client?

Thank you.

2

Answers


  1. Yes, it is theoretically possible.

    However, remember that you will be easily sued if Facebook do not agree with what you’re trying to do. For example, if you’re trying to use their own private Intellectual Property without their permission, or if you violate their Terms of Service agreements (reverse-engineering is going to be in there without a doubt), then they can legally sue.

    Facebook have public APIs with documentation which is what is intended to be used by developers. If you decide to ignore it and go digging into things which you do not own, nor have consent to access, you’re going to land yourself into trouble.

    I don’t mean to be a kill-joy, I’m just saying how it is from a realistic point-of-view.

    Login or Signup to reply.
  2. There are existing projects that have already done the same.

    Take a look at the works of dequis e.g. purple-facebook. He has also written tutorials on reverse-engineering the APIs of Facebook Messenger and WhatsApp.

    Take a look at the source code of the Facebook protocol plugin of Miranda NG. They reverse-engineered the API used by the desktop web frontend of Facebook.

    They exist for years. None of them have been sued so far. However, hiding your identity is recommended if you plan to do such things. Also you may want to open-source your project and host it on multiple sites. Corporate arrogance of tech companies is at very high levels nowadays.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search