0

I am trying to develop a facebook app.I put the facebook login code but i am not abl eto get the facebook login dialog.I get error like cannot find com.facebook.katana.buttonid provider. I have the same package names and keyhashes in multiple apps. Can this create a problem in logging?

anu_r
  • 1,502
  • 7
  • 27
  • 59

1 Answers1

0

you will use the same Key Hash for all the Facebook Apps, But your Android apps that use that Facebook apps must be signed with the same Keystore what you use to create the Key Hash.

Jorgesys
  • 114,263
  • 22
  • 306
  • 247