This describes the "connect" functionality that is currently undocumented in the HWIOAuthBundle. This allows you to connect a user to a resource owner when that user is already logged in using some other method (without FOSUserBundle).
Note: you have to use version 1.2 for now, see #1007.
This was mostly figured out by reading hwi/oauth-bundle/Controller/ConnectController.php
.
I'm glad I could help someone out! So if I understand correctly this now works on the latest version and you no longer need to stay on 1.2? If so I'll update the readme.