Hi All,
I've been working on the basis for an OAuth2 implementation of the fuel-google package.
Here's what I've done so far: https://github.com/carswellgould/fuel-google-oauth2
It's very bare but provides a pretty solid foundation to expand upon.
Features
- Abstracts common functions
- Automatically refreshes expired tokens (final stages awaiting commit)
- Uses Request class for curl
- Can get accounts and profiles for a Google Analytics account
I'm very open to your opinions and ideas!