Packagecom.distriqt.extension.facebookapi.accountkit
Classpublic class ResponseType
InheritanceResponseType Inheritance Object



Public Methods
 MethodDefined By
  
Constructor
ResponseType
Public Constants
 ConstantDefined By
  ACCESS_TOKEN : String = accessToken
[static] Indicates that the requested response type is an access token.
ResponseType
  AUTHORISATION_CODE : String = authorisationCode
[static] Indicates that the requested response type is an authorization code that can be exchanged for an access token.
ResponseType
Constructor Detail
ResponseType()Constructor
public function ResponseType()

Constructor

Constant Detail
ACCESS_TOKENConstant
public static const ACCESS_TOKEN:String = accessToken

Indicates that the requested response type is an access token.

AUTHORISATION_CODEConstant 
public static const AUTHORISATION_CODE:String = authorisationCode

Indicates that the requested response type is an authorization code that can be exchanged for an access token.