Created
June 10, 2011 15:49
-
-
Save feedhenry-gists/1019111 to your computer and use it in GitHub Desktop.
Security call device
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$fh.sec( parameters, function(res){ | |
//success callback function. responses are passed into res object | |
}, function(error){ | |
//failure callback function. error contains the error message | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment