我有一個使用Yammer API的應用程序,我有一個特定的主題,我想應用於一條消息(我知道它由topicid)。 的API是非常清楚:https://developer.yammer.com/api/#messages-manipulating >*topicn*
>
>Topics to apply to the message. Can use topic1 through topic20
我想使用PHP發佈消息給Yammer。但是,我無法找到所需的JSON格式的消息。當我使用這一段代碼 $data=array('body'=>'test from API','group_id'=>'xyz');
$json=json_encode($data);
它說{"body":["Please include a message"]} 是「體」從「消息」不同?