PHP Facebook FQL: Making queries in the new SDK
问题 New to PHP and Graph API. It seems that in the old API you could create a facebook object and pass in a standard query (select blah in blank where x = y ...) but now I don't see how to do that. All of the examples in the facebook documentation have you using a get_file_contents for graph.facebook.com/?fql etc. I've been trying to use that but it seems inefficient for complex queries. Help? I'm kinda confused and don't understand some of the facebook documentation. Thanks. 回答1: Using the PHP