我正在尝试制作一个系统,用户在搜索栏中输入一个单词,系统会从facebook返回该单词发生的一些状态。
我正在使用kartik的社交插件。
http://demos.krajee.com/social-details/facebook#usage
但是下面的这行代码只嵌入了我选择的facebook帖子中的某个帖子。
<?php
//this only embeds a certain post from facebook post that i chose
echo FacebookPlugin::widget(['type'=>FacebookPlugin::POST, 'settings' => ['href'=>'https://www.facebook.com/RodrigoDuterteUpdates/posts/301638660198517']]);
?>
是否可以根据搜索到的单词获取Facebook状态。?