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.
FQL または Facebook API を介して、ファンページ (プロフィールではなく) へのウォール投稿にアクセスする方法はありますか?
ソース ID をファンページのページ ID に設定して Stream.get を使用できます。コカコーラ ファン ページ (id 40796308305) を使用して開発者コンソールでこれを試しましたが、達成しようとしていることが達成されると思います。
これは、開発コンソールが私に与えるphpの例です:
$facebook->api_client->stream_get('',40796308305,'0','0',30,'','','','');
http://wiki.developers.facebook.com/index.php/Stream.get