My app needs to get some permissions from the user. To do that, I am using a LoginButton from the Facebook SDK, which fires an intent, which is handled by the official Facebook app, which generates a dialog ('Do you want to give this app these permissions? OK/Cancel'), and whatever the interaction with it returns to my activity.
Cool. Is there a way or mechanism to somehow minimalistically change the style of the dialog that the facebook app provides? The dialog theme, maybe? (Definitive and argumented negative answer is also an answer!)