I have solved the problem by subclassing connectcontroller
Type: Posts; User: ppnyc; Keyword(s):
I have solved the problem by subclassing connectcontroller
Hey Guys, the above problem seems to be have come back again. Could you please look into this and fix it? (I am using the
Again the problem is something like this:
When i connect fb/twitter...
Thanks guys!! This is awesome!!
I have some changes that i might want to push for you guys to review, How do i go about doing it.
I noticed that spring social facebook does not use maven. Help regarding how i could set up the...
This is my observation, may be i am missing something here.
By scoping the classes in Impl package-private, you have removed a lot of flexibility. For example now if need to get a list of...
I saw that all of the classes in Impl (AccountList, GroupList etc) are scoped to default (i guess private package). Because of this i cannot use fetchConnection method in FacebookTemplate to actually...
Is there any way i can get a list of pages a user administers?
Below is the code for getting the callbackUrl in ConnectSupport. My root url looks something like : http://ec2.instance.com:8080/appname/appname . Looking at the below code it looks like you will...
I am talking about: OAuth callbackUrl. I guess i was looking at something else.
Well, even after setting the applicationUrl , i am getting redirected to the wrong url. This is what i found in the connectcontroller in git:
private RedirectView connectionStatusRedirect(String...
Earlier i could specify app url, now i cannot do that. The problem is that i have an extra element in my url so after connecting to facebook or twitter i am returned to the wrong url resulting 404...
That helps !! When are you guys releasing the next stable version?
I get the following compilation error: [ERROR] symbol :
method findPrimaryConnectionToApi(java.lang.Class<org.springframework.social.facebook.api.Facebook>)
Let me know if you guys have removed...
Answering my own question
http://static.springsource.org/spring-social/docs/1.0.x/reference/html/overview.html#overview-howtoget
Can someone tell me what should be the maven dependency that points to the nightly build that has the above mentioned fix? In the sense what is the version number i will have to use in maven.