Matthew Pennell

Results 3 comments of Matthew Pennell
trafficstars

Just adding a +1 for this, adding the testMode property worked for me. For anyone needing it spelled out for them, the OP should replace the initialisation line with: `ReactGA.initialize('UA-132839204-1',...

Actually I think I figured it out myself just now. :) I added in the `scopes` and `token_expires` keys to the `EsiAuthentication` creation call, and now it accepts the request....

> Just come across this is it possible you can show your full page code [This is the relevant file](https://github.com/matthewpennell/moon-mining-manager/blob/master/app/Classes/EsiConnection.php) in my application.