emin şen

Results 5 comments of emin şen

Hey @Seb33300 Can you please elaborate a bit more? Version, exception, or the code you're trying etc.. I just tried and here is the result; **Code:** ![Screenshot 2024-05-06 at 16...

Oh, yes, you're right. I hadn't tried changing the property type to an array. Now, I'm getting the same error as well. Sorry, my bad; I didn't check properly.

Hi @FoxCie Have you seen the [security voters](https://symfony.com/bundles/EasyAdminBundle/current/security.html#custom-security-voters) part in the documentation? I also use the custom voter, and everything works as expected.

Hey @FoxCie , I understand your point; I guess the intention is to control the actions' behaviors in the same place rather than in different areas. Anyway, I hope someone...

Hi @ankitbisht143 , Yes, you can. Change the lines 118-124 of the [TPSTwitterModule.m](https://github.com/tipsi/tipsi-twitter/blob/master/ios/TPSTwitterModule/TPSTwitterModule.m) file as below; ```objc TWTRAPIClient *client = [TWTRAPIClient clientWithCurrentUser]; NSURLRequest *request = [client URLRequestWithMethod:@"GET" URL:@"https://api.twitter.com/1.1/account/verify_credentials.json" parameters:@{@"include_email": @"true",...