Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

jsonarray is the array of elements in json format. JSON is the light weight communication medium across multiple cross platforms.

learn more… | top users | synonyms

0
votes
0answers
121 views

Android: Facebook JSON only returning 57 results every time

Despite the fact that going to https://graph.facebook.com/me/friends?fields=name,email,username,installed&access_token=.... works perfectly, the java code below only returns 57 results and then ...
1
vote
1answer
520 views

Windows Phone 7 - C# How to parse a multidimensional JsonArray?

I'm trying to parse json data from the facebook c# sdk. The json data I'm trying to parse can be seen here at facebook: ...