[symfony-users] FOS FacebookBundle

2011-04-17 Thread Reuven
Hello, I'm trying to use the FOS FacebookBundle for developing facebook apps, with the security component. Despite all my efforts, I don't manage to get an authenticated user in my app. Does anybody succeed to use security component and FacebookBundle ? -- If you want to report a vulnerability

[symfony-users] Re: No EntityToIDTransformer in PR6 ?

2011-02-20 Thread Reuven
>find($this->getOption('class'), $newId); } public function transform($entity) { if (empty($entity)) { return 0; } return current( $this->getOption('em')->getUnitOfWork()- >getEntityIdentifier($entity) ); } } I hope it wi