Hi Luciano and all, I have finished implementing the authorization layer of all face app users. I embedded this functionality to the FaceRecognitionService and successfully tested. I also enhanced the front end UI such that it doesn't allow any unauthorized face index training or face recognition. Also these face apps can only be used by the logged in registered users. I commited all above functionality under Revision: 1160029 .
I also added two test cases for two face apps (they are commited under @Ignore because we are not publicly adding face app API key and secret.) I did few test runs to test all face app functionality. I also added the documentation to the Photark wiki as Luciano suggested. Thanks On Tue, Aug 16, 2011 at 6:43 PM, Subash Chaturanga <[email protected]>wrote: > Hi Luciano and all, > > I have finished implementing both the Facebook Friend Finder app and the > Generic Friend Finder app (which is related to Luciano's idea which > recognizes people from a private name space). Also implemented the front end > support as well. I have also added a filter to those apps which filters the > genuine face recognition results where it always gives a known users with > the maximum confidence without any duplicates. This also keeps the current > user's Facebook access token(which is a constant for the lifetime of a > Facebook account where it allows offline access) in Local JCR under a > property of typical Photark user credentials. So user need to authenticate > the app only once, unless you clean the local repository. > I have updated all the related works in the Photark Face Recognition wiki > page. > > The apps recognizes the images in the gallery while you navigate through > them. But when I gave the location of the image > > // var file_path = document.getElementById("albumImage").src; > > The face4j backend throws a download error exception, and when I asked that > from then face.com community, they said it is because I am trying it with > local host. And when I tried with a dummy Picasa URL, it works perfectly. > WDYT ??. > > Thanks > > -- > Subash Chaturanga > Department of Computer Science & Engineering > University of Moratuwa > Sri Lanka > > Blog - http://subashsdm.blogspot.com/ > Twitter - http://twitter.com/subash89 > > > -- Subash Chaturanga Department of Computer Science & Engineering University of Moratuwa Sri Lanka Blog - http://subashsdm.blogspot.com/ Twitter - http://twitter.com/subash89
