mremi / UrlShortener

A PHP library to generate shortened URL through famous API like Bit.ly or Google
MIT License
79 stars 32 forks source link

auth_token in GoogleProvider? #2

Open satboy78 opened 8 years ago

satboy78 commented 8 years ago

Hi, I've read in goo.gl documentation that if using auth_token the short URL will be unique, and it will show up in the authenticated user's dashboard at goo.gl.

Is it possible to add auth_token in GoogleProvider, for example as an option?

Thanks