velazcod / Tinfoil-Facebook

For those users that require a Tinfoil Hat when logging in to Facebook. It creates a sandbox for facebook's mobile site.
248 stars 62 forks source link

Enable messenger in default and force-mobile configs. #99

Open jfmcbrayer opened 7 years ago

jfmcbrayer commented 7 years ago

Unless forcing a specific site other than mobile, use the desktop user-agent string. This will convince Facebook to let you see your messages.

I did not set the desktop user agent for old clients, because I was not able to test that setup.

jfmcbrayer commented 7 years ago

Note: I am cool with refactoring this -- it effectively creates some code duplication which it might be better to remove.

jfmcbrayer commented 7 years ago

Ugh, just noticed that this causes the share target activity to use the desktop page, which is usually not what we want. Will push a patch for that later.