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.

I have tried everything possible but it does not work on my htc device.

facebookError ::the server failed to communicate.Try again later

Source: http://www.androidhive.info/2012/03/android-facebook-connect-tutorial/

share|improve this question

1 Answer

Make sure you have included the internet permission in your manifest

<uses-permission android:name="android.permission.INTERNET" />
share|improve this answer
Hi baconcheese113.I have included that else I would not be logging in.This error is after I type in username and password. – Jason Wood Nov 12 '12 at 17:04
Did you try Exporting a Signed apk, and running that? – baconcheese113 Nov 12 '12 at 17:12
I tried it but I don't know the exact procedure to export signed app for facebook.How do get the hash key for exporting? Is it the same as debugging ? If you can shed some more light on the process It would be great. – Jason Wood Nov 12 '12 at 19:27
It's fairly simple. Right click on your project -> Android Tools -> Export Signed Application Package... Then follow the wizard. – baconcheese113 Nov 12 '12 at 20:08
I checked that it did not work, What about the hash key in facebook developer api do I need to change anything? – Jason Wood Nov 12 '12 at 20:44
show 2 more comments

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.