Results 1 to 3 of 3

Thread: How to get Facebook user's current permissions

  1. #1
    Join Date
    Feb 2008
    Posts
    169

    Question How to get Facebook user's current permissions

    Is there a way I can query what permissions the current user has for my Facebook app using Spring Social Facebook?

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

    Default

    Yes: facebook.userOperations().getUserPermissions() returns a List<String> that will contain the permissions that the user has granted to the application.
    Craig Walls
    Spring Social Project Lead

  3. #3
    Join Date
    Feb 2008
    Posts
    169

    Default

    Perfect, thanks Craig. I guess I didn't see it as I would've imagined this method would've been in FacebookProfile.

Tags for this Thread

Posting Permissions

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