Execute FQL query with facebook c# sdk v6.0.10 - Stack Overflow

You can actually get the same with Graph API call: var client = new FacebookClient(); var query = string.Format("SELECT uid, name FROM user ...

Lee mas