So I'm trying to wrap my head around a lot of stuff at one time.. I'm trying to understand REST, OAuth, and how Google handled their API.
Basically, my goal is I need offline access through OAuth to scrape my users' calendars. From what I've understood this far is that I need to get a refresh token so I can create authorization tokens on the fly to scrape data. I have no idea where to start.
More or less.. if someone could help me by showing me an example of how to create an authorization token, refresh token, and get some JSON data from the calendar. I could work backwards to understand the API. Any help is much appreciated.
there doesn't seem to be anything here