The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
OAuthParams
arsd
oauth
//////////////////////////////////
struct
OAuthParams {
string
apiKey
;
string
apiSecret
;
string
baseUrl
;
string
requestTokenPath
;
string
accessTokenPath
;
string
authorizePath
;
}
Meta
Source
See Implementation
arsd
oauth
aliases
hashid
classes
FacebookApiException
functions
authorizeStepOne
authorizeStepTwo
base64UrlDecode
structs
OAuthParams
//////////////////////////////////