I am trying
$attachment = array('message' => "message",
'name' => 'name',
'caption' => "caption",
'link' => 'some URL address',
'picture' => "https://graph.facebook.com/PROFILE_ID_NUMBER/picture");
But the post on the wall is not posted. When I pick some other image and set up the URL, it works well.
This https://graph.facebook.com/PROFILE_ID_NUMBER/picture returns me user's profile picture in the application without any problems, but when I am trying to post it to the wall, then it doesn't work.
So - how could I get the URL of the user's profile picture and post it to the wall?