简体   繁体   中英

facebook php, post to page feed (not user feed)

I have tried posting to a facebook page, using this call:

$facebook->call_api('/(pageID)/feed/', "post",array('message'=>"message here"));

however the message doesn't appear, I have used the same code to post to a users wall, and it works without issue. they both return an ID. and i don't get any auth errors.

Have I misunderstood the docs? I have reread, and googled, so if anyone can point me in the right direction that would be great.

It's likely that the page you're posting to only displays messages authored by the owner. Does your message show up if you click on the "Just others" button on the Wall tab?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM