Class FacebookAccessTokenErrorResponse

All Implemented Interfaces:
Serializable

public class FacebookAccessTokenErrorResponse extends OAuthResponseException
non standard Facebook replace for OAuth2AccessTokenErrorResponse examples:
'{"error":{"message":"This authorization code has been used.","type":"OAuthException","code":100,"fbtrace_id":"DtxvtGRaxbB"}}'
'{"error":{"message":"Error validating application. Invalid application ID.","type":"OAuthException","code":101,"fbtrace_id":"CvDR+X4WWIx"}}'
See Also: