Calls to facebookConnectPlugin always redirect to Facebook?

Hi guys,

I’m experimenting some issues using the cordova Facebook plugin to login with FB, I added a button that calls facebookConnectPlugin.login(callback), clicking on the button redirects to Facebook.com to retrieve the permissions as expected, but when I call facebookConnectPlugin.api after that (which is should be on user behalf) I got redirected to facebook to accept the permissions even if it’s already done, which is really weird…

So to summarize:

  • facebookConnectPlugin.login & facebookConnectPlugin.api are always redirecting to facebook to check the permissions before giving me the response.

Am I doing something wrong ? Please advice.

Thank you.

You found a solution on that - same behavior on mine?