Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 8th, 2012  |  syntax: None  |  size: 0.34 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Facebook friends information with Facebook Android SDK, JSON breaking
  2. Bundle bdle=new Bundle();
  3.     bdle.putString("fields","birthday");
  4. JSONObject json = Util.parseJson(facebook.request("me/friends",bdle));
  5.        
  6. JSONArray jsonarr=json.getJSONArray("data");
  7. JSONObject j=jsonarr.getJSONObject(0);
  8. s1=j.getString("name");
  9. s2=j.getString("birthday");