I'm facing a problem integrating the Facebook native app on android platform to my android native app.
Problem : The user is in FB app and clicks on the link corresponding to my app. The app should launch my app (expected behavior) but the FB app launches Google play store (actual behavior).
I have followed the procedure provided by the Facebook developer pages for native linking: http://developers.facebook.com/docs/mobile/android/deep_linking/
I have used the JDK Keytool to generate the Hash-key. But I found no errors no my Eclipse Logcat like invalid key. Am I missing something here, Please help me out.
Thanks in advance