iwork on wepp app that communicatte with facebook , i was retrieve a list of friends of a users and their informations , and then i must sort it by name, please there is any easy method to sort them by name , thanks for your help . here is the code that used
ViewBag.access_token = _fb.AccessToken;
dynamic myInfo = _fb.Get(“/me/friends”);
ViewBag.info = myInfo;
iwork on wepp app that communicatte with facebook , i was retrieve a list
Share
You can use the Facebook query language. Something like this:
http://developers.facebook.com/docs/reference/fql/