philippec / PhFacebook

MacOSX Interface to Facebook graph API
http://developer.casgrain.com/?p=107
Other
178 stars 44 forks source link

Included method for FQL requests #32

Closed evertoncunha closed 12 years ago

evertoncunha commented 12 years ago

The response is the same NSDictionary from Graph request response.

philippec commented 12 years ago

Looks great! However, can you adjust spacing, bracing style, etc so that it matches the surroundings? Right now there are a lot of unnecessary changes (just spaces) at the top of the file. It looks like you're using tabs, and my files are formatted with 4 spaces (no tabs). Xcode has this "habit" of inserting blank tabs...

Fix up the formatting, squash it with your patch and we'll be good to go, code-wise.

Maybe add a line or two to the documentation about FQL requests?

Thanks!

Philippe