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でユーザーにいいね情報アクティビティを提供するGraphAPIはありますか。私にはタスクがあります。これでは、Facebookユーザーが高く評価しているページのリストを取得し、7日ごとにDBで更新する必要があります。
私はこれがあなたが探しているものだと思います:
$facebopok->api("USER_ID/likes");
APIExplorerで試すことができます。