I developed one facebook integrated android application. I followed all the steps as mentioned on the facebook developer site. My application is running very well on the emulator but the same application does not run on the device. When I click login button it shows loading message and message disappears and do not proceed. I spend 2 days on the same issue. If I delete facebook app for android from the device then it works very well, but that is not the good option. I created new appId and assigned new keyhash to the application. I debug my application using adb logcat but it did not show me device specific keyhash. I am using latest facebook sdk. I faced the same problem before. Last time I use adb logcat command to watch what is going wrong and I got device specific keyhash . I entered that keyhash on the developer site in native android app column and my app started working nice on the device irrespective of facebook app installed on device or not. I used that app id for my new application but it is still not working. I also signed my apk file and then tried on device , still not working. I am not able to figure out what is the exact problem. Any help will be appreciable.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
If facebook app. is installed on your phone, you should process responce in
|
|||
|
|
|
Use
This should log your account out from applications and when you return it will ask you to log in again. |
||||
|
|