nsanta / fbgraph

Facebook Open Graph API in Ruby
MIT License
324 stars 40 forks source link

FQL queries #27

Closed joren closed 14 years ago

joren commented 14 years ago

Is there a fast way to get fql queries in the plugin? Like in https://github.com/appoxy/mini_fb

nsanta commented 14 years ago

This gem is a wrapper of Open Graph API, not a wrapper of the old a deprecated REST API. I will not integrate deprecations.

Tip: you can call fql queries with the Facebook Javascript API, which "improves" the performance on server side running the query on the client side ;).

nsanta commented 12 years ago

@joren I added support for FQL on master (As well as for timeline actions)