I am using the Facebook SDK to post messages on walls.
Now I need to fetch the Facebook friends list. Can anybody help me with this?
-- Edit --
I'm doing something like this is working good....
jsonObj = Util.parseJson(facebook.request("me/friends")); JSONArray jArray = jsonObj.getJSONArray("data"); for(int i=0;i
Hope it is helpful...