org.jinstagram.auth.oauth.InstagramService getAccessToken missing proxy
dariusj18 opened this issue · 1 comments
dariusj18 commented
There doesn't seem to be any way to pass a proxy in to a OAuthService.
I don't know where the best place to put it is, either in the org.jinstagram.auth.InstagramAuthService builder or in the org.jinstagram.auth.oauth.InstagramService, adding a proxy() method, or expose the request somehow.
dariusj18 commented
Perhaps the org.jinstagram.auth.InstagramApi should be the carrier from the InstagramAuthService to the InstagramService