Skip to content
 
 

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AS3 port of the face.com API

Need as3crypto.swc if you want use OAuth( for Twitter auth ).

Usage

var faceApi:FaceApi = new FaceApi();
faceApi.apiKey = "your_api_key";
faceApi.apiSecret = "your_api_secret";

faceApi.recognitionService.recognize( urls , uids );
faceApi.recognitionService.addEventListener( FaceEvent.SUCCESS , recoHandler );

function recoHandler( evt : FaceEvent ) : void
{
	var result:Object = evt.data;
}

About

An As3 port of the face.com face recognition API.

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages