Results 1 to 3 of 3

Thread: data that makes up FacebookProfile?

  1. #1
    Join Date
    Sep 2007
    Posts
    138

    Default data that makes up FacebookProfile?

    For debugging purposes (and learning all what FB returns) I'd like to see what all goes into making up the FacebookProfile object. (Unfortunately commons ReflectionToStringBuilder doesn't recurse into Lists and output the content nor does it seem to even reflect into non native objects like facebook.api.Reference.) I could create me own toString but before I do I figured just looking at the raw json would returned from the graphAPI would be a start. Is there an easy handle to the JSON output that I could grab from SpringSocial?

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

    Default

    For me, the best way to see what FB returns is to duplicate the request in their Graph API explorer (https://developers.facebook.com/tools/explorer). I suppose that Spring Social could be altered to log that kind of detail (if so, in "debug"), but I've not felt a need to do that when it's easy enough to post it through the explorer in the rare cases when I wonder what FB sent back.
    Craig Walls
    Spring Social Project Lead

  3. #3
    Join Date
    Sep 2007
    Posts
    138

    Default

    Quote Originally Posted by habuma View Post
    For me, the best way to see what FB returns is to duplicate the request in their Graph API explorer (https://developers.facebook.com/tools/explorer).
    Cool. Didn't even know about that. Thanks.

Posting Permissions

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