BoxKite.Twitter.Extensions.TwitterApi.OAuth2TokenUrl C# (CSharp) Méthode

OAuth2TokenUrl() public static méthode

public static OAuth2TokenUrl ( ) : string
Résultat string
        public static string OAuth2TokenUrl() { return "https://api.twitter.com/oauth2/token"; }
        public static string OAuth2TokenRevokeUrl() { return "https://api.twitter.com/oauth2/invalidate_token"; }