how send message facebook friend through graph api using Accessstoken

Posted by JAMES on Stack Overflow See other posts from Stack Overflow or by JAMES
Published on 2010-05-31T11:49:14Z Indexed on 2010/05/31 11:52 UTC
Read the original article Hit count: 879

Filed under:
|
|
|

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

© Stack Overflow or respective owner

Related posts about php

Related posts about api