, :
, .
Again, copying and pasting from the documentation on Facebook does not provide an example, because their documentation is not as good as it should be, in other words, it is hopeless and a prerequisite for many things.
Also thank you Duck.
The solution may be similar to the message above:
$result = $facebook->api(
'/me/feed/',
'post',
array('access_token' => $this->access_token, 'message' => 'Playing around with FB Graph..')
);
user352353
source
share