我知道我们可以用这个在朋友的墙上发布一些东西:
$publishStream = $facebook->api("/$user/feed", 'post', array(
'message' => "Your Message",
'link' => 'http://example.com',
'picture' => '',
'name' => 'App Name',
'description'=> 'App description'
));
只需将 $user 变量替换为您朋友的用户 ID。
我希望只是在我的朋友中选择,我想使用复选框来写用户配置文件。
例如,如果您想共享粉丝页面,这已经成为可能。您选择将请求发送给的人。
在此先感谢您的帮助