Hi,
does Spring Social provide an API for reading the address book of a facebook user?
Thank you
Hi,
does Spring Social provide an API for reading the address book of a facebook user?
Thank you
What do you mean by "address book". Facebook doesn't really have an address book, per se...but Facebook users do have "friends". Is that what you mean? If so, then the stuff in the FriendOperations interface is probably what you're looking for. You can get an instance of FriendOperations from FacebookTemplate's friendOperations() method.
Craig Walls
Spring Social Project Lead