philippec / PhFacebook

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

Raw request data #11

Closed vytis closed 13 years ago

vytis commented 13 years ago

Added another key to the result dictionary to contain the raw data of the request. Now it is possible to get binary data like a profile picture. Updated the sample app so that after the token is requested the user's profile picture is displayed.

vytis commented 13 years ago

Sorry about the .gitignore, I didn't have a global gitignore file for all the xcode junk, so it was a bit of a mixup. I have fixed the style issues and it seems OK now.