I am having a few problems getting Facebook data to parse properly.
I am working on implementing part of an application to allow a user to select and use one of thei
why don't you try with the json classes...
something like this:
jsonObject = new JSONObject(your_data); jArray = jsonObject.getJSONArray("data"); for(int i =0;i
etc.