-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
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
Labels
No labels