Jules
Jules
Instead of: ``` js let json = '[ {"firstName":"John"}, {"firstName":"Elisa"} ]' let persons = JSON.parse(json).map(person => { return TypedJSON.parse(JSON.stringify(person), Person) }) ``` Would it be better to provide a convenient...
Is there any progress on this issue? for sure it's a lot of work. Unfortunately we had to ditch this library as it wasn't working fine with the new spec.
Same problem, when entering failing GET request directly in the browser it works. Adding a `setTimeout()` fixes the problem. It would be interesting to have a better error message.
Check: http://developers.facebook.com/docs/reference/javascript/FB.getLoginStatus/ (section **Checking user status on page load**) You could use this instead of: `{{ facebook_initialize({'xfbml': true, 'status': true, 'fbAsyncInit': 'onFbInit();'}) }}`