PHP Class Horde_Service_Facebook_Fql, horde

Copyright 2009-2016 Horde LLC (http://www.horde.org/)
Author: Michael J. Rubinsky ([email protected])
Inheritance: extends Horde_Service_Facebook_Base
ファイルを表示 Open project: horde/horde

Public Methods

Method Description
run ( string $query ) : array Run a FQL query, optionally including the current session_key.

Method Details

run() public method

http://developers.facebook.com/documentation.php?v=1.0&doc=fql
public run ( string $query ) : array
$query string The FQL to run.
return array Hashes containing results.