Go here and generate yourself a token for your account: https://developers.facebook.com/tools/explorer
Then do the equivalent of
curl -X POST -d "message='Your status message goes here.'" https://graph.facebook.com/me/feed?access_token=YOUR_TOKEN_HERE
Go here and generate yourself a token for your account: https://developers.facebook.com/tools/explorer
Then do the equivalent of