・Handling Revoked Permissions - Facebook Developers
Handling Revoked Permissions 失効権限の取り扱い (Revoked permission handling)
The Permissions that are requested from a User by an App may not be fully granted, or may not remain constant - a user can choose to not grant some Permissions and can revoke these Permissions afterwards through their Facebook account settings. In order to provide a positive user experience, Apps should be built to handle these situations. アプリケーションによるユーザーから要求された権限は完全に付与されていないか、一定のままでないかもしれません - ユーザはいくつかの権限を付与しないように選択することができ、自分のFacebookのアカウント設定を介して、その後、これらの権限を取り消すことができます。肯定的なユーザーエクスペリエンスを提供するために、アプリはこれらの状況を処理するために構築されるべきである。(Permissions requested by an application from users may not be fully granted or may not remain constant - users can choose not to grant some permissions and can revoke these permissions afterwards through their Facebook account settings. To provide a positive user experience, apps should be built to handle these situations.)
That’s all from the Gemba.