I run this, and I get a 404 error: ``` let auth = GlobeConnect.Authentication( '[api_id]', '[secret]'); auth.startAuthActivity(function() { console.log(arguments); }, function() { console.log(arguments); }); ``` 
I run this, and I get a 404 error: