Questions tagged [spring-social-facebook]

Spring Social Facebook is a module within the Spring Social family of projects that enables you to connect your Spring application with the Facebook Graph API.

Spring Social Facebook is a module within the Spring Social family of projects that enables you to connect your Spring application with the Facebook Graph API.

Features:

  • A service provider and connection factory for use with Spring Social's connection framework
  • A Java API binding for Facebook's Graph API
  • A real-time update controller for handling real-time update callbacks from Facebook
  • A disconnect controller to handle disconnect callbacks from Facebook
  • Much more...

More Information:

Getting Started Guides:

Related Tags:

199 questions
0
votes
3 answers

Spring-Social-facebook + Spring MVC integration

I am trying to access facebook data via spring social facebook integration using the instructions provided at http://spring.io/guides/gs/accessing-facebook. But currently i am facing 2 type of problem When i run example as mentioned in tutorial i…
Prabhat
  • 810
  • 9
  • 33
0
votes
1 answer

NotSerializableException FacebookConnectionFactory

I'm using JSF 2.0, Spring Social Facebook and Google App Engine. I Getting an error when execute the code: web.xml: login.jsf login.jsf:
vctlzac
  • 837
  • 2
  • 16
  • 38
0
votes
1 answer

How To Print Out A Reference object in java?

I am using spring social api to create a facebook application. I am using List friends = facebook.friendOperations().getFriends(); to get a list of my friends. I want to print out the list but when i do it just prints out…
IceNine
  • 205
  • 2
  • 5
  • 12
0
votes
2 answers

Trouble accessing friends lists on facebook with Spring social

I'm trying to use the spring social facebook plugin. To do so, I'm using the quickstart-v3 sample they provide. It works fine, except one point : with my facebook account, I can browse all my friendlists. I added the permission read_friendlists in…
merours
  • 4,076
  • 7
  • 37
  • 69
1 2 3
13
14