Skip to content

Instantly share code, notes, and snippets.

@feedhenry-gists
Created June 10, 2011 15:49
Show Gist options
  • Save feedhenry-gists/1019111 to your computer and use it in GitHub Desktop.
Save feedhenry-gists/1019111 to your computer and use it in GitHub Desktop.
Security call device
$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