Facebook SDK's logInWithPublishPermissions stucks with everlasting spinner – Facebook api
I want to ask the user of my android app the permission to publish on facebook when a custom share button (it's just an ImageView) is pressed. On button's OnClick method I execute this block: CallbackManager facebookCallbackManager; ... facebookCallbackManager =…