I've successfully implemented an XMPP client with X-FACEBOOK-PLATFORM auth support, and can currently connect any user to chat.
After that, I needed to create a different application with chat access and I reused the code by changing the App ID and App Secret to those of the new app. My surprise is to find that some of the users that can successfully login with my older app are not able to do so with the new one!! (weird).
I've checked both application configurations and are alike, with the sole difference that the "Forces use of login secret for OAuth call and for auth.login" is NOT available in the new application, whilst it is set to "Disabled" in the old one. Both application were created using the same Facebook account.
Can anyone explain where did this option go and if it is key for the chat to work? Furthermore, any thoughts on what else could be wrong?
Thank you!