Normally, when sideloading Facebook, you'll be logged out after you kill Facebook from the app switcher. Same thing happens with sideloaded Instagram. Opa334 made a fix for Instagram log-in (https://github.com/opa334/IGSideloadFix), and surprisingly, his fix also works for Facebook.
Please DO NOT bother opa334 if you have any issues Facebook login because he has never and will never support Facebook!
If you only need the fix, get it from the Release page.
This is a brief tutorial on how to make a Facebook Wolf IPA (or similar Facebook tweaks). Requires theos and theos-jailed.
-
Prepare a decrypted IPA of Facebook
-
Clone this repo
git clone https://github.com/qnblackcat/FBSideloadfix.git
-
Open
Makefile
and edit the path to the decrypted Facebook ipa -
Download the deb of Facebook Wolf and extract it
-
Put the
Wolf.dylib
in theTweaks
folder, and the tweak's bundleWolf.bundle
in theResources
folder of this repo -
cd
into the root folder and runmake package FINALPACKAGE=1
to compile the IPA -
Optional: if you want to add more tweaks, put the dylibs in the
Tweaks
folder and its resources (bundle) in theResources
folder. Finally, add the dylib's name to theMakefile