I had been using a AppId, which is created in Facebook a few months ago for my iOS chat application. Now I have to use the newly created AppId for release.
If I am using the old AppId then the XMPP will get authenticated and able to chat with friends. While using the new AppId, XMPP is not getting authenticated. I tried many account logIns using both of this ids.
If any body has a solution, then please help me
<failure xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><not-authorized/></failure>
Note:
I am using the latest XMPP Framework, which is updated a few hours ago (https://github.com/robbiehanson/XMPPFramework).