How do I order the friends list returned from the new Facebook Graph API?
        Posted  
        
            by Typeoneerror
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Typeoneerror
        
        
        
        Published on 2010-05-19T01:26:10Z
        Indexed on 
            2010/05/19
            1:30 UTC
        
        
        Read the original article
        Hit count: 346
        
facebook-graph-api
You can get a list of friends of an authenticated user with:
https://graph.facebook.com/me/friends
Anyone have any idea how to order the list by user name? Because it doesn't by default. There's nothing in the documentation.
© Stack Overflow or respective owner