To publish photos on the Facebook need to perform:
curl -F 'access_token=...' \
-F '[email protected]' \
-F 'message=Caption for the photo' \
https://graph.facebook.com/me/photos
example from developers.facebook.com/docs/reference/api/photo
How to create the same POST request in the iPhone app?