drruhc4944 2012-03-12 19:26
浏览 9
已采纳

从页面或应用发布到Facebook用户的墙上

I can get a user to authorize my app and later on I can post on their wall with this code:

new Facebook(...);
$facebook->api('/'.$uid.'/feed', 'post', array('message' => 'My app says hi'));

This works but the post that appears on the user's wall is by the user (it has their face and name next to the post with "via My App" next to it). Is there a way to have the post appear to be by the app (or my page) with my profile photo and name next to it?

I have tried many variations of the above including getting the app access token explicitly as documented but this gives the same result.

Is it possible for an app or page to post on a user's wall as itself rather than pretending to be the user?

  • 写回答

4条回答 默认 最新

  • dpgvdfg321041670 2012-03-12 22:37
    关注

    It's not possible to post on the user's wall as app or page. And even if it's possible, it's not recommended!

    Your best bet if you want to notify your fans about something is to post on your page's wall (as your page) where this post will appear in your fans news feed.

    Also this can be done for your website fans (Likers): https://developers.facebook.com/blog/post/465/

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(3条)
编辑
预览

报告相同问题?

手机看
程序员都在用的中文IT技术交流社区

程序员都在用的中文IT技术交流社区

专业的中文 IT 技术社区,与千万技术人共成长

专业的中文 IT 技术社区,与千万技术人共成长

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

客服 返回
顶部