After too many hours of search on the internet , I have found this tutorial , and it worked in my end the official documentation is not clear at all and it does not mention all the details !! Great job !!
Hello, i have problem with loggin in my app on Symfony 4... My require in app: hwi/oauth-bundle:v0.6.3 php-http/guzzle6-adapter:v1.1.1 php-http/httplug-bundle:v1.16.0 When I login using facebook and return to my app then I have a url "127.0.0.1:8000/login#_=_" and i have statement "An authentication exception occurred." Someone had a similar problem and solved it?
What should i do if i have no response from owner (vk and google. both of them) and have error: An authentication exception occurred. Can you help me? (Use EntityProvider, not FOS bundle)
You can check your dev.log . If no useful information is there check the owner again and make your keys are correct and you're not copying any whitespaces
@@OverSeasMedia, thanks for your good explanations. In my case, after checking dev.log, I got this error "Guard authenticator does not support the request." Could you help me on that ? I am using 4.3 and folowing your tuto step by step.
@@hariziamani8641, I did it by solving cURL error 60 following stackoverflow.com/questions/37997669/curl-error-60-ssl-certification-issue-when-attempting-to-use-symfony I hope it will help !
Cache key "App/Entity/User__CLASSMETADATA__" contains reserved characters "{}()/\@:". I have this error when i try to login in with facebook, does someone have an idea how to solve it?
Hello my friend when i try to install php-http / guzzle6-adapter I receive an error In FileLoader.php line 168: Passing in the "body" request option as an array to send a POST request h been deprecated. Please use the "form_params" request option to send a a lication/x-www-form-urlencoded request, or the "multipart" request option o send a multipart/form-data request in C:\wamp64\www\my_project\config/s vices.yaml (which is loaded in resource "C:\wamp64\www\my_project\config/ rvices.yaml"). In Client.php line 416: Passing in the "body" request option as an array to send a POST request h been deprecated. Please use the "form_params" request option to send a a lication/x-www-form-urlencoded request, or the "multipart" request option o send a multipart/form-data request. I use the symfony 4.1 help me please thank you in advance
Ok Just 1FIX to all Its not posible use Symfony 4.4 with doctrine/doctrine-bundle:^2 need doctrine/doctrine-bundle:^1.12 and need doctrine/Common:2.8, that it!! Because /vendor/hwi/oauth-bundle/Security/Core/User/EntityUserProvider.php Use Doctrine\Common\Persistence\ManagerRegistry and this is only avaible until doctrine/common:2.8 JUST IT!! SO!!! Please FIX i dont know how do issue open on github
After too many hours of search on the internet , I have found this tutorial , and it worked in my end
the official documentation is not clear at all and it does not mention all the details !!
Great job !!
Finally a tutorial that I could make it work on my project! Thank you very much
You're most welcome
Awesome tutorial, you deserve more views and subs !!
Hey duuuude . Thank you so much . Btw I can't reach you on discord I've been having this problem for weeks now . Same goes for you ?
@@OverSeasMedia Yes, gonna resend a friend request
big thanks!!! you are the best!!!
Nice tutorial!
Facebook has detected that Myapp- Test1 isn't using a secure connection to transfer information.
I Got this error when working in localhost
Hi bro. Can you please update this tutorial? It already doesn't work for Sf 4.4, I even don't talk about Sf 5.0
true doesnt work SF4.4 and the problem doctrine-bundle^2.1
@@CarlosASalazar it worked for me on SF5 project...
Great, thanks, very useful topic.
You're most welcome mate :)
Hello, i have problem with loggin in my app on Symfony 4...
My require in app:
hwi/oauth-bundle:v0.6.3
php-http/guzzle6-adapter:v1.1.1
php-http/httplug-bundle:v1.16.0
When I login using facebook and return to my app then I have a url "127.0.0.1:8000/login#_=_" and i have statement "An authentication exception occurred."
Someone had a similar problem and solved it?
thanks for sharing your experiance quite interting to see the whole video
llevo 2 dias haciendo esto y cuando me doy cuenta que flla todo JOEEEEEE.. tengo php 7.1 y no me carga el oauth 1.1 para sf4 pffff
Nice tutorial! Do you think this would also work with an API instead of an Symfony app?
What should i do if i have no response from owner (vk and google. both of them) and have error: An authentication exception occurred. Can you help me? (Use EntityProvider, not FOS bundle)
You can check your dev.log . If no useful information is there check the owner again and make your keys are correct and you're not copying any whitespaces
@@OverSeasMedia, thanks for your good explanations. In my case, after checking dev.log, I got this error "Guard authenticator does not support the request." Could you help me on that ? I am using 4.3 and folowing your tuto step by step.
@@sovhip. i'm having the same problem , An authentication exception occurred . did you solve it ?
@@hariziamani8641, I did it by solving cURL error 60 following stackoverflow.com/questions/37997669/curl-error-60-ssl-certification-issue-when-attempting-to-use-symfony I hope it will help !
@@sovhip. Worked for me thanks ! On Symfony 5 !
thanks buddy you 've got a new sub
I appreciate that mate . Thank you and cheers :)
hey bro! good tutorial just what I need!! thanks
thanks for this videotutorial! i am making symfony's videos too, but in spanish :D this video is amazing.
You're welcome mate, I wish you the best of luck with the channel, Subbed :))
OverSeas Media thanks bro 😄
Cache key "App/Entity/User__CLASSMETADATA__" contains reserved characters "{}()/\@:".
I have this error when i try to login in with facebook, does someone have an idea how to solve it?
Nice video mate!
Thanks fam . I appreciate it
Hello my friend
when i try to install php-http / guzzle6-adapter
I receive an error
In FileLoader.php line 168:
Passing in the "body" request option as an array to send a POST request h
been deprecated. Please use the "form_params" request option to send a a
lication/x-www-form-urlencoded request, or the "multipart" request option
o send a multipart/form-data request in C:\wamp64\www\my_project\config/s
vices.yaml (which is loaded in resource "C:\wamp64\www\my_project\config/
rvices.yaml").
In Client.php line 416:
Passing in the "body" request option as an array to send a POST request h
been deprecated. Please use the "form_params" request option to send a a
lication/x-www-form-urlencoded request, or the "multipart" request option
o send a multipart/form-data request.
I use the symfony 4.1
help me please
thank you in advance
thank you so much
nice mi friend, a the best audio.
Well thank you good sir for this :)
Nice one bro.
Aye thanks mate :)
Hello. Thanks for the content I have been following you lately
Ok Just 1FIX to all
Its not posible use Symfony 4.4 with doctrine/doctrine-bundle:^2
need doctrine/doctrine-bundle:^1.12
and need doctrine/Common:2.8, that it!! Because
/vendor/hwi/oauth-bundle/Security/Core/User/EntityUserProvider.php
Use Doctrine\Common\Persistence\ManagerRegistry and this is only avaible until doctrine/common:2.8 JUST IT!! SO!!! Please FIX i dont know how do issue open on github
change composer.json => "doctrine/doctrine-bundle": "
does it include sign up as well?
thanks
You're welcome :)
very very thanks 😊 you are the best 😁😁 can you make a tutorial Paypal :D
Nobody cares about twig, api, only api, this video is the same as 100500 other about hwio, it has many git samples and good docs
thanks bro