Facebook-chat-api: Cookies, Data, Privacy?

Created on 24 Aug 2019  路  2Comments  路  Source: Schmavery/facebook-chat-api

What happens when facebook tries to save a cookie? Where is that cookie saved? What kind of data is sent to the facebook servers? Is this a more private way of using messenger?

Thank you for your time and effort!

-Dacetylan

question

Most helpful comment

When facebook tries to save a cookie, we save it in ctx.jar which is just basically just some object that gets sent with requests iirc. Obvs no information is sent to facebook other than the messages etc that you send.
As far as "privacy" is concerned, this is about equivalent to if you were to use a browser exclusively for sending messages, and not do any other browsing on it.
Not sure if that's what you were looking for?

All 2 comments

When facebook tries to save a cookie, we save it in ctx.jar which is just basically just some object that gets sent with requests iirc. Obvs no information is sent to facebook other than the messages etc that you send.
As far as "privacy" is concerned, this is about equivalent to if you were to use a browser exclusively for sending messages, and not do any other browsing on it.
Not sure if that's what you were looking for?

When facebook tries to save a cookie, we save it in ctx.jar which is just basically just some object that gets sent with requests iirc. Obvs no information is sent to facebook other than the messages etc that you send.
As far as "privacy" is concerned, this is about equivalent to if you were to use a browser exclusively for sending messages, and not do any other browsing on it.
Not sure if that's what you were looking for?

Thanks a lot, this is what I was looking for. I really appreciate you putting time into developing this.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ianw11 picture ianw11  路  7Comments

Dinamots picture Dinamots  路  8Comments

Alcap picture Alcap  路  7Comments

ezaca picture ezaca  路  3Comments

KuoyuanY picture KuoyuanY  路  7Comments