I'm trying to integrate facebook into my app and so have followed the tutorial at: Facebook Android but I can't get the first example (Single Sign-On) to work. When my app loads up I get the facebook dialog but it just says "An error occurred. Please try again later." with a facebook-style "Ok" button at the bottom and there is nothing in logcat:

I followed the steps in the tutorial but I'm guessing there is something wrong with the APP ID or the hashkey generated by keytool. Here are the steps I followed:
- clone fb git.
- create fbSDK project.
- create own fb project and link the fbSDK as a library.
- I then did the keytool cmd with openssl and input the password "android" as suggested by others on stackoverflow.
- I went to developers.facebook.com and created a new app.
- In "Edit Settings->Mobile and Devices" I put my hash in the box provided.
- In "Edit Settings->Mobile and Devices" I chose "Native App" as "Application Type"
- Back in the app I copy and pasted the SSO example code.
- I changed the "YOUR_APP_ID" in the Facebook() constructor to the APP ID shown on the developers.facebokk.com page for my new app.
- I ran the app on my phone.
I don't know why there is nothing in logcat but when I install it, the Console always, without fail, says the:ActivityManager: Warning: Activity not started, its current task has been brought to the front
And I can't find any logcat reference to my app or the error I was getting from the facebook sdk which was: Facebook-ProxyAuth(4828): Failed to read calling package's signature.
I have been at this for a few hours now and any help would be greatly appreciated. I can't believe the facebook SDK and help is so sketchy for Android, facebook should be ashamed of themselves.
Thanks,
InfinitiFizz