I'm using Facebook Business Login, everything works fine when I use desktops or tablets. However, I cannot log in with Instagram and release permissions (create pages, connect to an account, etc.) when using iPhones or Andriods, both in Chrome and in Safari. I log in with Instagram and I am redirected to the same Instagram login screen.
I am using the Javascript SDK V20.0
FB.login(
function (response) {
console.log(response);
},
{
config_id: '123456',
response_type: 'code',
override_default_response_type: true
}
)}
My config