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.
我写了一个应用程序来管理粉丝页面。它有一个简单的形式来撰写新帖子并将其发布到粉丝专页。在打开新帖子的表单之前,我检查用户是否允许我的应用程序:
$loginUrl = $facebook->getLoginUrl(array('scope'=>'manage_pages,publish_stream'));
但是在重定向到 Facebook 后,我必须允许我的所有页面。是否可以仅将“manage_pages”权限授予一页?我该怎么做?
如果可以,那就太好了,但不,这是全有或全无。