Tag: oAuth
-
PowerShell 3: Using Invoke-RestMethod to refresh a new oAuth 2 token
I wanted to translate this code into powershell. Below is the Powershell code to request a refresh token from Google using oAtuh 2. Hope that helps someone.
-
Using cURL, BASH and Google oAuth to access Google Analytics
In this previous post, I used cURL (the command line version) to interact with Google Analytics. I wanted to do the same thing but using oAuth. I took a lot from this page, but there were a few things that I couldn’t get working, and a few things I didn’t know. Follow Steps 1-6 on…
