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(say posts or bookmarks) 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/ <http://developers.facebook.com/docs/mobile/android/deep_linking/> The procedure I followed to generate the hash was : 1.Open cmd in Windows 7. 2.Typed the following in cmd : keytool -exportcert -alias androiddebugkey -keystore MyKeyStorePAth | openssl sha1 -binary | openssl base64. (Exactly as given in Facebook Developers Page and only provided key Store path, which I entered as “C://Users/Shreyas/.android/debug.keystore” ) . 3. It asks for password , and I entered Android. 4. It gives the Hash Key which I have used. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

