Skip to content

og2t/AS3FaceApi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • ActionScript 100.0%