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?


Reply With Quote
