Skip to content

Latest commit

 

History

4 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. !!! Face.com is deprecting FB Sesssion authentication. You have to use now OAuth 2.0 auth !!!

Resources

Stars

31 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages