Using .NET Facebook Developer Toolkit, How can I execute a FQL query?
Example of FQ query with Facebook Developer Toolkit:
api .fql.query ("Contact contact email that user has from UID =" + UserID);
As you can see, FQL is similar to SQL. The "query" method returns XML.
Comments
Post a Comment