I have read some similar cases where people try facebook login, but when interacting with the 'login' button, nothing happens.
The case:
when i run my app in test/ local run:
The facebook login button, functions as should:> opens popup with facebook window stating the 'localhost' domain isnt registered , nothing out of the ordinary here since i didn't register the localhost.
when i publish to web:
The facebook button, doesn't even open the popup, doesn"t print any error in console.
Can somebody explain me why it works on local run, test , but it doesn't execute the action on webdeploy???
Common sense it must atleast as in local run, open the pop up.....