piyushjavadev / socialauth

Automatically exported from code.google.com/p/socialauth
0 stars 0 forks source link

Integrating Social-auth with my existing Spring app #162

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I place all the dependencies required to integrate social-auth in pom.xml and 
reached till jsp where all the links for socail apps are defined.

But when I click on link for linkedin I was not able to call desired controller.

Problem is that I have my base <context:component-scan base-package="">  
defined for my application and as per my knowledge I think that only one path 
can be defined in base-pacakage.

So what I think of calling connect() method of SocialAuthWebController class 
from my app controller but what I found that connect() method was defined as 
private in SocialAuthWebController.

Please tell me a way of calling this method from my app.

Regards
Gaurav

Original issue reported on code.google.com by gaurav.a...@gmail.com on 22 Mar 2012 at 5:19

GoogleCodeExporter commented 9 years ago
It seems you are creating application using Spring framework.
Please have a look into the following URL to configure SocialAuthWebController 
in your spring application.

http://code.google.com/p/socialauth/wiki/GettingStartedWithSpring

Regards
Tarun

Original comment by tar...@brickred.com on 28 Mar 2012 at 10:29