Class TwitterApi.Authenticate

  • All Implemented Interfaces:
    Api
    Enclosing class:
    TwitterApi

    public static class TwitterApi.Authenticate
    extends TwitterApi.SSL
    Twitter 'friendlier' authorization endpoint for OAuth. Uses SSL.
    • Constructor Detail

      • Authenticate

        public Authenticate()
    • Method Detail

      • getAuthorizationUrl

        public java.lang.String getAuthorizationUrl​(Token requestToken)
        Description copied from class: DefaultApi10a
        Returns the URL where you should redirect your users to authenticate your application.
        Overrides:
        getAuthorizationUrl in class TwitterApi
        Parameters:
        requestToken - the request token you need to authorize
        Returns:
        the URL where you should redirect your users