Skip to content

ptitJean/AS3FaceApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published