How to retrieve user information from facebook using fqlquery?
        Posted  
        
            by Ershad
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ershad
        
        
        
        Published on 2009-08-27T06:21:40Z
        Indexed on 
            2010/04/02
            8:03 UTC
        
        
        Read the original article
        Hit count: 612
        
I have the fql query as shown below.
Select uid,profile_url,pic_square from user where name="Ershad"
here i am getting a response as below.
xml version="1.0" encoding="UTF-8"
fql_query_response xmlns="http://api.facebook.com/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" list="true"
But i want all the list.All the details uid,profile_url and pic_square. Please anyone help me out..
© Stack Overflow or respective owner