Questions tagged [hwioauthbundle]

HWIOAuthBundle adds support for authenticating users via OAuth in Symfony2.

HWIOAuthBundle adds support for authenticating users via OAuth (OAuth1.0a or OAuth2) in .

The bundle contains support for 20+ different providers.

Documentation

  • for Symfony ^4.4 & ^5.0: 0.4
256 questions
0
votes
1 answer

Symfony3 HWIOAUTH Bundle Authentication Success Handler

I have used FOSUserBundle and HWIOAUTH for register and login. I have two types of register and login URL with query params and without params. If Url login and register through params then I want to redirect to Payment Gateway. Is there any success…
Kirit
  • 405
  • 3
  • 18
0
votes
2 answers

Symfony 3.3 - Hwioauth bundle, How to check user login is facebook user or google user

When login by hwioauthbundle i want to check user login is facebook user or google user. Thank for reading!
chinhnguyen
  • 73
  • 1
  • 16
0
votes
1 answer

Timeout Facebook Login with hwioauth bundle : Timeout Gateway 504

Hi! I am becoming mad with the following error, found into the prod log, with Facebook Login, by HWIOAuthBundle. I have never encountered this bug on our localhosts. It occurred (and continues to occur) several times on prod, sporadically. I tried…
K.F.
  • 83
  • 1
  • 10
0
votes
0 answers

Symfony 3 mulitipe firewalls + HWIAouthBundle + UsernamePasswordToken

Hi i'll to authenticate the user programmatically, $user = new User(); $user->setStatus(9); $user->setUsername('Gast_'.++$id); $user->setPassword('0'); $user->setEmail('Gast_'.$id.'@'); $user->setAvatar('avatar.jpg'); …
0
votes
1 answer

Setup Facebook login with HWIOAuthBundle, symfony 3

I'm using HWIOAuthBundle to setup a facebook login but while I'm running the path : http://localhost:8000/connect orhttp://localhost:8000/connect/check-facebook he failed to load the page with no error msg just a web browser error…
Achraf
  • 347
  • 1
  • 5
  • 17
0
votes
0 answers

HWIOauthBundle - Get Phone from Profile - Symfony

I want to get the phone number from a facebook profile, after login through my webApp via HWIOauthBundle. Until now, I've build the facebook login system, save/update e-mail/facebookId+facebookAccessToken in database. My question is: How can i get…
Kiddo
  • 913
  • 2
  • 9
  • 13
0
votes
1 answer

Facebook Login - HWIOauthBundle - Update FacebookID if user found

I had implemented HWIOauthBundle - Facebook Login into my symfony app. I have a problem if a user were already registered using FOSUserBundle, before Facebook Login. If I have the user, and try to login with facebook, Facebook ID won't update in…
Kiddo
  • 913
  • 2
  • 9
  • 13
0
votes
1 answer

security.yml keeps asking for check_path which has already been supplied

So I've got an application which is using the FOSUserbundle for user management and HWIOAuthBundle for the OAuth authentication, which at the moment is only Facebook. I keep getting this error when I want to log in via the login form provided by…
Tunds
  • 1,804
  • 2
  • 15
  • 30
0
votes
1 answer

HWIOauthbundle with FOSUserbundle Integration error

Attempted to load class "Curl" from namespace "Buzz\Client". Did you forget a "use" statement for another namespace? 500 Internal Server Error - ClassNotFoundException in app/cache/dev/appDevDebugProjectContainer.php at line 1809 - protected…
Hemant Sharma
  • 75
  • 1
  • 7
0
votes
1 answer

HWIOAuthBundle - Symfony2 - Get email from Facebook

I am using HWIOAuthBundle in a Symfony2 project How can i get the User email from Facebook, i followed the documentation , it asks me only the first time for permissions although i configured it to rerequest them. See also this…
0
votes
1 answer

Sonata User Bundle and HWIOAuthBundle

How to integrate Sonata User Bundle with HWIOAuthBundle. At HWIOAuthBundle the doc is FOSUserBundle. But there is no doc for SonataUserBundle in NET. I googled net and found nothing. As per HWIOAuthBundle doc I created…
Sudhakar Krishnan
  • 732
  • 1
  • 8
  • 27
0
votes
2 answers

Error while sending HTTP request

After to go to http://localhost/app_dev.php/login/facebook I have this error : [1/2] RequestException: Failed to connect to localhost port 1080: Connection refused - in vendor/kriswallsmith/buzz/lib/Buzz/Client/Curl.php at line 29 Uncaught PHP…
n1c01a5
  • 88
  • 9
0
votes
0 answers

symfony > HWIOAuthBundle > cannot login with OAuth

I'm facing a problem with #symfony2 and #HWIOAuthBundle. The case : I log in my local installation with the facebook connect button. it works well. I can see the set Cookie change value of the SESSION ID. I try the same on a real webserver where…
0
votes
1 answer

Symfony3 HWIOauth Bundle can't use/find Google Login-Check route

When running debug:router I get the following error: FileLoaderLoadException The routing file "/Users/rmason/sandbox/MTI_Products/app/config/routing.yml" contains unsupported keys for "google_login": "pattern". Expected one of: "re source", "type",…
Rick Mason
  • 311
  • 1
  • 5
  • 18
0
votes
1 answer

Symfony redirect to a route after service logic

I get an Access Token from a social network help with HWIO Bundle and to redirect after service is called. I tried adding router to the service: use Symfony\Component\Routing\RouterInterface; use…
shuba.ivan
  • 3,824
  • 8
  • 49
  • 121