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 Graph API,我需要一种方法来使用该页面创建的“用户 ID”来获取粉丝页面 ID。
可能吗?
只需加载https://graph.facebook.com/yourpagename并将“yourpagename”更改为您的用户名。它会输出所有信息,你的 id 会在那里
尝试访问https://graph.facebook.com/USER/accounts?access_token= ...
您想获取创建页面的用户的 ID?页面的“创建者”可能不再是页面的管理员,甚至可能不再是 Facebook 上的帐户。您应该寻找的是作为页面管理员的用户的 ID,可以有多个。