Can anyone help me to send message to facebook friends using graph api.
I tried
$response = $facebook->call_api("/me/feed", "post", "to=john","message=You have a Test message");
It's not working. I have the accesstoken of the user in my hand.only I am confused on sending process.
kindly reply