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 php sdk 或 graph api 访问用户的所有 facebook 消息。我有一个网络应用程序,我希望我的用户在我的应用程序上发送和阅读 Facebook 消息。
你可以。它位于 /user_id?fields=inbox 下
您还需要 read_mailbox(扩展权限)权限。