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 を使用して、link-stat テーブルでページの共有 (クリック) 数を取得できます。私が知りたいのは、一意の共有数です。つまり、ページを共有 (Uid でグループ化) しているユーザーの数を取得できますか?
前もって感謝します、
オンダー
link_stat テーブルはユーザーに依存しないため、これは不可能です。最も近い概算は、通常のカウントを使用することです
SELECT share_count FROM link_stat WHERE url = A