Skip to content

HTTR v0.4 Unable to Run Google Auth Example #126

@WillemPaling

Description

@WillemPaling

When I try to run the Google auth example, I get:

Error in authorizer(authorize_url, is_interactive) : unused argument (is_interactive)

This is not happening for me with HTTR 0.3 (R version 3.1.1) on OSX Mavericks.
But is happening with HTTR 0.4 on Ubuntu Trusty.

Traceback below:

6: authorizer(authorize_url, is_interactive)
5: init_oauth2.0(endpoint, app, scope = params$scope, type = params$type, 
       use_oob = params$use_oob)
4: .self$init_credentials()
3: token(app = app, endpoint = endpoint, params = params, cache_path = cache_path)$init()
2: new_token(Token2.0, endpoint, app, params, cache = cache)
1: oauth2.0_token(oauth_endpoints("google"), myapp, scope = "https://www.googleapis.com/auth/userinfo.profile")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions