I'm trying to post a photo on the user's timeline, but I get an error: (#100) source URL is not properly formatted. Why is that?
$facebook->api('/<USER_ID>/feed', 'post', array(
'source' => "@" . "imagens/corinthians.jpg",
'message' => 'Teste Photo',
'access_token' => "<APP_ACCESS_TOKEN>"
));