Search:

Type: Posts; User: kiteflo; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    533

    How to handle Facebook connection expired

    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......
  2. Replies
    1
    Views
    293

    Spring Social using password encoding

    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...
  3. Replies
    1
    Views
    364

    Redirect after Facebook Signin

    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...
  4. Force SigninController to redirect to certain view

    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:...
  5. Hey, thank you very much - works like charm! ...

    Hey,

    thank you very much - works like charm!

    Cheers, FLorian!
  6. Publishing to Facebook using low level API

    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...
  7. Replies
    0
    Views
    207

    Request for support

    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...
  8. Exception when accessing Facebook Template

    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...
  9. Replies
    1
    Views
    337

    ok, figured out on our own - pretty straight...

    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"...
  10. Replies
    1
    Views
    337

    Display Facebook profile image

    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.)...
  11. Replies
    1
    Views
    420

    Inject custom ConnectionRepository

    Hi,

    for several reasons we have created our own implementation of ConnectionRepository:

    @Component
    public class NeoConnectionRepository
    implements ConnectionRepository
    {
    ...
    public...
  12. Replies
    2
    Views
    1,059

    Ok, issue solved... Environment: OSX 10.7...

    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),...
  13. Replies
    2
    Views
    1,059

    SSLPeerUnverified Exception

    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...
  14. Replies
    3
    Views
    496

    Hi habuma, thanx for the quick reply! Your...

    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...
  15. Replies
    3
    Views
    496

    Target of signin dialog

    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...
  16. Replies
    2
    Views
    887

    Spring MVC model refresh

    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...
Results 1 to 16 of 16