Warning: I removed a lot of \"old text\" to keep the question more clean. Just check the history if needed.
I\'m using proguard to both
proguard
Try
-keep class com.facebook.** { *; }
The reason being, is that when specifying private, public, protected you're still opening up default (package private) access to obfuscation.