Class: Facebook::Endpoints::FQL
- Inherits:
-
Saddle::TraversalEndpoint
- Object
- Saddle::TraversalEndpoint
- Facebook::Endpoints::FQL
- Defined in:
- lib/facebook-client/endpoints/fql.rb
Instance Method Summary collapse
Instance Method Details
#query(q, opts = {}) ⇒ Object
12 13 14 |
# File 'lib/facebook-client/endpoints/fql.rb', line 12 def query(q, opts = {}) get(nil, {'q' => q}, opts)['data'] end |