amitprasadom / socialauth

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

how to work with social auth #189

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi

can anyone help me how to use socialauth spring example

i copied spring project and it is executing after executing the application

if we click on any socila newtwork icon it is allowing me to take the uname and 
password details

after that ia getting exception like 

Not Found

The requested URL /socialauth-spring-demo/socialauth.do was not found on this 
server.
Apache/2.2.22 (Win32) mod_ssl/2.2.22 OpenSSL/0.9.8t PHP/5.4.4 Server at 
socialauth.in Port 80

Regards
Satish

Original issue reported on code.google.com by sdssf...@gmail.com on 28 Jun 2012 at 7:49

GoogleCodeExporter commented 9 years ago
What URL you are using to run this demo.

If you are using other than 
http://opensource.brickred.com/socialauth-spring-demo
then make changes in root-context.xml file in the following section

<bean id="socialAuthWebController" 
class="org.brickred.socialauth.spring.controller.SocialAuthWebController">
        <constructor-arg value="http://opensource.brickred.com/socialauth-spring-demo" />
        <constructor-arg value="authSuccess.do" />
        <constructor-arg value="jsp/accessDenied.jsp" />
    </bean>

Regards
Tarun

Original comment by tar...@brickred.com on 28 Jun 2012 at 5:29

GoogleCodeExporter commented 9 years ago
Hi Tarun

i am using the bean like this

    <bean id="socialAuthWebController"
class="org.brickred.socialauth.spring.controller.SocialAuthWebController">
        <constructor-arg
value="http://opensource.brickred.com/socialauth-spring-demo" />
        <constructor-arg value="authSuccess.do" />
        <constructor-arg value="jsp/accessDenied.jsp" />
    </bean>

but still i am getting exceptions,could u plz help me

Original comment by sdssf...@gmail.com on 29 Jun 2012 at 12:33

GoogleCodeExporter commented 9 years ago
How you are accessing your application.

If you are using the above configuration in that case, you have to use 
http://opensource.brickred.com/socialauth-spring-demo
to run the application.

If you are using http://localhost/socialauth-spring-demo then have a look into 
the following URL:-

http://code.google.com/p/socialauth/wiki/HowToRunApplicationWithLocalhostOnWindo
ws

Regards
Tarun

Original comment by tar...@brickred.com on 29 Jun 2012 at 1:24

GoogleCodeExporter commented 9 years ago
Please re-open if you are still facing this issue.

Regards
Tarun

Original comment by tar...@brickred.com on 16 Aug 2012 at 4:55