I\'m trying to login with Facebook using ParseFacebookUtils library and it\'s working good but when i enabled the Proguard file i have this exception on Facebook login activ
try to add
-keep class com.facebook.* -keep class com.facebook.login.*
in your proguard file