I'm trying to post to my own feed but i do not understand the following code:
curl -F 'access_token=...' \
-F 'message=I am posting to my own feed. I am awesome.' \
https://graph.facebook.com/me/feed
I dun quite get curl. How can i go about doing this?