Closed GoogleCodeExporter closed 8 years ago
This application is socialauth-spring-demo
Original comment by krishna....@gmail.com
on 25 Jun 2012 at 6:57
Source code if required
Original comment by krishna....@gmail.com
on 25 Jun 2012 at 6:59
Attachments:
Which version of JDK you are using.
We are using jdk1.6.0_27.
So please use the same JDK or higher version.
Regards
Tarun
Original comment by tar...@brickred.com
on 27 Jun 2012 at 11:57
Am using JDK version 1.7.0_02
Original comment by krishna....@gmail.com
on 27 Jun 2012 at 4:10
Clean your project and build it again then try.
Regards
Tarun
Original comment by tar...@brickred.com
on 28 Jun 2012 at 5:37
Original comment by tar...@brickred.com
on 16 Aug 2012 at 4:56
I have same error, some help?
my url error:
https://graph.facebook.com/oauth/access_token?client_id=344045805683531&redirect
_uri=http%3A%2F%2Flocalhost%3A8089%2Fsocialauth-spring-demo%2Fsocialauth.do&clie
nt_secret=45d66f17e506fc437d099616ee568d06&code=AQDWtYSLQD6z08DgsQ0-EthgVyQ9rdVn
d_L8z-y78WXmiZZh8kFC87i8k4rvjeD8o316sEeqqS1XRBVIOZqBbz0fMVlC-dUJEueWyKhaIV0x4Wfg
arxa1SWMIvFIb1aAH2d2V_3swL2ET7yqKfu7rMPk4SdgfY1gaSVL44-p3hD3VFa_NMNjor6kEdpvsQB-
l48&grant_type=authorization_code
Original comment by Cuong.Tr...@gmail.com
on 25 Aug 2012 at 2:50
Attachments:
Cuong
Can you please show me your spring configuration file.
Regards
Tarun
Original comment by tar...@brickred.com
on 29 Aug 2012 at 5:33
I try run project demo socialauth-spring-demo, i change facebook key and edit
<bean id="socialAuthWebController"
class="org.brickred.socialauth.spring.controller.SocialAuthWebController">
<constructor-arg value="http://localhost:8089/socialauth-spring-demo" />
<constructor-arg value="authSuccess.do" />
<constructor-arg value="jsp/accessDenied.jsp" />
</bean>
when i run project, error :
Error in url :
https://graph.facebook.com/oauth/access_token?client_id=115477588599203&redirect
_uri=http%3A%2F%2Flocalhost%3A8089%2Fsocialauth-spring-demo%2Fsocialauth.do&clie
nt_secret=45dd4e4264fc8937c68b92ab333460ec&code=AQCN_Qk3yo9uhCyYN9m0Q2pn4XAzwxTR
1BsourW4RIC82T9noV22zGYQIhHxMyZThkMYBtgIr2j40eeDuuFHlYdmf1JEwGpH35gotI-rpKj6cB0L
W9kqXQTzBx7H31NqaUpCdktBoBjnEsddcxl0qq5kwPhnQ4eG9RMb3KVt0cvnshsiJAsZ_BbRjOYkQ0ya
O70&grant_type=authorization_code
Original comment by Cuong.Tr...@gmail.com
on 31 Aug 2012 at 2:09
Attachments:
It seems you are running your application from localhost.
If you want to run your application from localhost, please have a look into
following URL:-
http://code.google.com/p/socialauth/wiki/HowToRunApplicationWithLocalhostOnWindo
ws
Regards
Tarun
Original comment by tar...@brickred.com
on 4 Sep 2012 at 5:16
Original issue reported on code.google.com by
krishna....@gmail.com
on 25 Jun 2012 at 6:56