Okey, I\'ve done all the business, followed all the steps, but still can\'t get it to work. The simple Example app that comes with the Facebook SDK, is working on the emulator a
I tried on windows as per your solution using both export and exportcert but it generates same Hash. Application now works as earlier and not using the the new SSO way.
I debugged android FB SDK ,i found the cause but not exact the solution. Don't know why facebook guys implemented SSO this way.
SSO does not work, if you don't have FB app new update installed on your android phone.
In this case, It routes to the regular dialog interface with user name and password.
3.In details, FB Android SDK to handle SSO, is calling an intent com.facebook.katana.ProxyAuth it return true if it update is available.
Hope this will help.