- Facebook friends information with Facebook Android SDK, JSON breaking
- Bundle bdle=new Bundle();
- bdle.putString("fields","birthday");
- JSONObject json = Util.parseJson(facebook.request("me/friends",bdle));
- JSONArray jsonarr=json.getJSONArray("data");
- JSONObject j=jsonarr.getJSONObject(0);
- s1=j.getString("name");
- s2=j.getString("birthday");