0

I'm new to facebook api, for last two days I'm looking to find a way to post onto multiple facebook pages.

I've list of facebook page id's e.g.: 1234, 34456, 77889,44224432. I don't own those pages. Is there a way I could post same message on all of these pages once?

4

1 回答 1

1

您需要在页面上进行身份验证并使用

https://graph.facebook.com/{PAGE_ID}/feed

作为您使用 cURL 的操作。

参考: http: //php-academy.blogspot.ca/2011/04/how-to-post-from-facebook-app-to.html

于 2012-07-09T21:08:24.930 回答