Gergely Radics
Gergely Radics
Add array('perms' => 'email') inside the login function, like this: ``` php echo $this->Facebook->login(array('perms' => 'email')); ```
I found a solution! (I took hours, but it worth!) My UsersController: ``` php public function logout(){ $this->Session->destroy(); return $this->redirect($this->Auth->logout()); } ``` And I modified the the FacebookHelper.php (facebook/View/Helper/FacebookHelper.php) a...
@andreirebe: I know, but at least it works.
> Hmm it looks like for macOS you need accessibility permissions to send events to background apps. Just using CEEventPostToPID isn't enough. I'll see if I can get it working...
We had a similar issue (not the first time sadly), but this debug is very very good. I was checking on the code a little bit, but I am not...
Hi, if this question is still relevant, I just used brew to install libsodium: `brew install libsodium` Aaaand it works. :)
Maybe: - [ ] Barion ( https://www.barion.com/en/ ) ?
I had a similar issue with a Pro Micro. This helped a lot: https://github.com/froqstar/SBUSJoystick (Just changed the cpp and it worked!)