Results 1 to 3 of 3

Thread: reading facebook address book

  1. #1
    Join Date
    Mar 2007
    Posts
    561

    Default reading facebook address book

    Hi,

    does Spring Social provide an API for reading the address book of a facebook user?

    Thank you

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

    Default

    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

  3. #3
    Join Date
    Mar 2007
    Posts
    561

    Default

    Quote Originally Posted by habuma View Post
    FriendOperations
    Thx, this is what I'm looking for!

Posting Permissions

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