I use this to get the list of friends by birthday:
$frnd = $facebook ->api('/me/friends?fields=id,name,birthday&access_token='.$access_token);
How do I sort the result and still keep it under the same structure?
|
|
Thanks for the comments - this helped me in going for the right direction and this is the answer:
|
|||
|
|