Most of what I needed was here. Facebook does a good job with the documentation overall. The missing piece of the puzzle is how to execute the FQL…
1 2 3 4 5 6 7 |
|
I’m not quite sure how to best run the facebook query language(FQL)
1
|
|
Above would give me a hash of all the attributes of Palo Alto, CA. Getting place info via FQL seems rather straight forward. Again, it’s the integration that I am struggling with.
Gathering a hash of friends’ location wasn’t a killer, though it did take some trial and error…
1
|
|
What I need is a FQL wrapper and to create a lib within my own app that just passes the parameters to the models and emcompasses all the interaction with the external FB open graph.
Koala
- FQL
- self.make_request line 59