Some examples below. Note, you need to get your own access tokens… to get this, go to sample queries and copy/paste the access token.
examples
All about me (matches query in fb sample)
Profile = wall
profile of friend
get my friends
each friend has an id, eg: 4 is mark zuckerberg
friends page for more information
picture
https://graph.facebook.com/{0}/picture?type={1}&access_token={2}”, id, “square”, _accessToken
of course, how you parse these things is a non trivial mess of IDictionary, JsonArray and JsonObject. However it does have a weird logic behind it, which makes it quite expandable. I’ll write a post on that later.
Posted by admin – January 3, 2013 at 15:31

Leave a Reply