我如何使用最新的var modalClose = function() {
//pAll gets set immediately with a promise
var pAll =
beforeClose()
.then( function(something) {
//waits for a,b,c to resolve
//close the modal
}) .catch( function (error) {
//executes with first error
//warn and don't close modal
});
}
办理登机手续。我使用较旧的SDK获得了解决方案。
Facebook SDK 4.5.0
我想要使用最新的Facebook SDK。