我已经使用过这个Buffer API,我希望在APi arrey中添加Wordpress功能
$buffer->go('/updates/create', array(
'text' => 'My article title',
'media[title]'=> 'My article title',
'media[link]'=> 'http://domain.com',
'profile_ids[]' => $profile
);
example 'text' => 'get_the_title()',