FQL from ASP.NET
        Posted  
        
            by superexsl
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by superexsl
        
        
        
        Published on 2010-05-02T20:31:39Z
        Indexed on 
            2010/05/02
            20:38 UTC
        
        
        Read the original article
        Hit count: 467
        
Hey, What's the easiest way to perform an FQL query from an ASP.NET application? Do I have to download the Facebook Developer Toolkit (which I only want to use as a last resort), or is there an easier way (maybe through javascript)? I'm not doing any heavy queries if that makes a difference. (I simply want to get the user's profile picture URL from my site. It might not even need FQL?)
Thanks for any suggestions
© Stack Overflow or respective owner