facebook.getCurrentAccessToken() always nil on iOS

Hi, I have tried facebook.getCurrentAccessToken() on Adnroid and iOS. In Android it works as it should.

  • On iOS, at first launch I login with Facebook no problem.
  • Then on second launch the facebook.getCurrentAccessToken() call returns nil.
  • I have delayed this call half a second and is the same, nil.
  • I have erased the plugin from the plugins folder to force a re-download and nothing.
  • Calling facebook.login() is not an option since it goes to the webview unlike the Android in-app experience.

Any solution?