0

I am integrating my android app with Facebook using Facebook SDK.

I have two question. 1. Do I have to generate hash key for each of the app that I'll develop? 2. Is there any debug hash key and release hash key? Note : I'm not using Facebook login, just sharing to Facebook and messenger

EstevaoLuis
  • 2,422
  • 7
  • 33
  • 40
Misbah Ahmad
  • 759
  • 2
  • 10
  • 20

1 Answers1

1

Yeah, you need a hash key for each of your apps when playing with Facebook. You can use this trick to find your key.

Then fallow the official Facebook tutorial for sharing.

Community
  • 1
  • 1
Ilya Gazman
  • 31,250
  • 24
  • 137
  • 216
  • Thanks for the answer. Please, do me another favor. Is there any debug key release key? – Misbah Ahmad Apr 24 '17 at 17:11
  • @MisbahAhmad to get the debug key, just run the app in debug in see in the log your hash key, you can add many hashes to one facebook app, so you can add both production and debug hash – Ilya Gazman Apr 24 '17 at 18:29