Hi guys,
we're facing the issue of having an expired Facebook token for a user in our DB, so we thought about doing sth. like this:
// refresh FB connection in case of expired access token......
Type: Posts; User: kiteflo; Keyword(s):
Hi guys,
we're facing the issue of having an expired Facebook token for a user in our DB, so we thought about doing sth. like this:
// refresh FB connection in case of expired access token......
Hi,
is there any fully blown example on how to use spring social including password encryption? We have a 100%ly working Spring Social stack handling authentication etc. gracefully but...
Hi there,
wer are facing the issue of having an application consisting of several subpages .../page1, .../page2...etc. - nothing unusual.
We have successfully configured Spring Social and...
Hi,
we are heavily using Spring MVC, all requests are handled by our controllers returning certain models, redirect pages etc. - the only exception is the spring social based signin/signup stuff:...
Hey,
thank you very much - works like charm!
Cheers, FLorian!
Hi,
we wanna post a link to Facebook ("xyz commented to item...") and therefor would like to integrate a picture within our post. We figured out you have to use GraphAPI directly in order to do so...
Hi guys,
we managed to integrate Spring Social successfully, everything works more or less as expected, thanx for this great and extendable approach!
Anyway, as we arent Spring Social experts...
Hi there,
we are trying to access some simple FacebookTemplate functions but failing gracefully with the following exception:
Feb 25, 2012 5:16:20 PM...
ok, figured out on our own - pretty straight forward using the profile id:
<img style="float:right; width:40px" src="http://graph.facebook.com/<c:out value="${profile.id}"/>/picture"...
Hi guys,
is there a simple way of displaying the profile image within a controller wired JSP? There are couple of cool methods within the Spring FacebookProfile (getActivities, getReligion etc.)...
Hi,
for several reasons we have created our own implementation of ConnectionRepository:
@Component
public class NeoConnectionRepository
implements ConnectionRepository
{
...
public...
Ok, issue solved...
Environment: OSX 10.7
Open JDK 1.7
The OpenJDK has some major difficulties dealing with SSL out of the box (http://code.google.com/p/openjdk-osx-build/issues/detail?id=13),...
Hi guys,
we finally managed to "talk" to Facebook via Spring social - we will share our experience as soon as we accomplished the soultion in a nice blog post but currently we are still facing...
Hi habuma,
thanx for the quick reply!
Your annswer enables me to get a step closer to the solution but still we are having difficulties to get the big picture, as after adapting the...
Hi guys,
I'm just following the spring-social-showcase, actually we are stucking due to the following issue/question: when signing in to the application this done in the example using a post...
Hi guys,
we are hust in train of doing our first Spring MVC steps, I have a very very basic question and hopefully someone of the seniors can answer: how do you treat modek refreshes? Sya we have...