Results 1 to 5 of 5

Thread: A Working Sample of Spring Social Accessing Facebook

  1. #1

    Default A Working Sample of Spring Social Accessing Facebook

    after a couple of falls, i was able to run a working sample of Spring Social (yehey!)..but its only accessing Facebook (for now).. it can also update your Facebook status..

    i want to share it. here it is:

    http://www.adobocode.com/spring/acce...-spring-social

    hope this helps somebody.

  2. #2
    Join Date
    Aug 2004
    Posts
    1,070

    Default

    Thanks for the example. Looks like good stuff! I've posted a link to it on the Spring Social home page under Buzz.

    One thing I found interesting in your article is that you do your OAuth dance with Facebook on the server-side. There's nothing wrong with that and it's nice to see an example of how to do that. For Greenhouse, however, I found that it was easy enough to use Facebook's <fb:login> XFBML tag to prompt the user to authorize the application. Then in a Spring MVC controller I can use Spring Social's @FacebookAccessToken annotation to pull the access token out of the cookie that was written after authorization.

    Either way, though, your article is good stuff. Thanks for spreading the word on Spring Social.
    Craig Walls
    Spring Social Project Lead

  3. #3
    Join Date
    Aug 2006
    Posts
    14

    Default

    Hi,
    http://www.adobocode.com/spring/acce...-spring-social seems to be broken now ( i get Account Suspended) , can you please share the app elsewhere?
    Thanks,
    jaa

  4. #4
    Join Date
    May 2011
    Location
    Cologne
    Posts
    5

    Default

    it would be helpful

    Thanks
    T

  5. #5
    Join Date
    Aug 2011
    Posts
    2

    Red face Thanks !!

    Thanks a lot....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •