Lines Matching full:access
31 * Represents metadata from an access token.
39 * The access token metadata.
150 * The ID of the application this access token is for.
160 * Name of the application this access token is for.
171 * would return due to the access token.
211 * DateTime when this access token expires.
221 * Whether the access token is still valid or not.
231 * DateTime when this access token was issued.
234 * for short-lived access tokens.
236 * @see https://developers.facebook.com/docs/facebook-login/access-tokens#debug
246 * General metadata associated with the access token.
287 * For impersonated access tokens, the ID of
299 * the app in this access token.
309 * The ID of the user this access token is for.
319 * Ensures the app ID from the access token
329 … throw new FacebookSDKException('Access token metadata contains unexpected app ID.', 401);
334 * Ensures the user ID from the access token
344 … throw new FacebookSDKException('Access token metadata contains unexpected user ID.', 401);
349 * Ensures the access token has not expired yet.
360 …throw new FacebookSDKException('Inspection of access token metadata shows that the access token ha…