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グラフAPIを介してメッセージ数にアクセスするにはどうすればよいですか?
わかりました、問題は解決しました
FQLで「SELECT message_count FROM thread WHERE folder_id = 0」を実装しました
私のアプリは現在動作しています。