My android app works perfectly when used without Proguard, but when used with Proguard I do get the user_info
permission but am not getting the publish_actions
permission.
I even tried
-keep class com.facebook.*
-keep class com.facebook.android.*
-keep class com.myapp.classcallingfb
but this too did not help.
I even tried upgrading to FB Android SDK 3.0.1 but it did not work.
Can you please suggest a solution to this problem, a hacky solution would suffice just so that I can still use Proguard and protect my code.