Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有自己的网站和 facebook 粉丝页面。我想将 facebook 粉丝页面与我的网站连接起来。 每当我在我的网站上发布任何内容时,它都会自动发布在我的 Facebook 粉丝页面上。请告诉我该怎么做。谢谢。
每当您发布数据时,请使用此
try { $post_id = $facebook->api("/".userid."/feed", "post", array( 'message' => 'contents', ' ) ); } catch (FacebookApiException $e) { error_log($e); }