Facebook's Single-Sign-On works fine in my app with the newest version of the facebook app. I have used the latest Facebook SDK and I have followed the official tutorial to achieve this. But when I uninstall the updates of the facebook app on my Google Nexus One, this means going back to version 1.3.2, the Single-Sign-On does not work anymore. My app stops before displaying a facebook app screen. However the simple example app included in the facebook SDK works with both versions of the facebook app.
What could be the cause that the Single-Sign-On does not work with the older version of the facebook app?
"simple example app included in the facebook SDK works with both versions of the facebook app1"then the problem is probably in your code, can you post the relevant code parts? – Nitzan Tomer Jun 30 '12 at 20:29