Module: Static::GetAccessTokenByAppSecret

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"getAccessTokenByAppSecret"
Query =
<<-EOS
  query getAccessTokenByAppSecret($secret: String, $clientId: String, $retUserId: Boolean, $timestamp: String, $signature: String, $nonce: Int){
  getAccessTokenByAppSecret(secret: $secret, clientId: $clientId, retUserId: $retUserId, timestamp: $timestamp, signature: $signature, nonce: $nonce)
}
EOS