philsturgeon / codeigniter-oauth2

NO LONGER ACTIVELY MAINTAINED. USE https://github.com/thephpleague/oauth2-client INSTEAD
http://getsparks.org/packages/oauth2/versions/HEAD/show
351 stars 178 forks source link

New Provider : Buffer #59

Closed digfish closed 10 years ago

digfish commented 10 years ago

Implemented a new provider for the Buffer Service (http://www.bufferapp.com)

digfish commented 10 years ago

I had to uncomment the code on Provider.php and use the curl spark (version 1.3.0) in order for this new provider to work ( and comment the code that uses the file_get_contents) .

philsturgeon commented 10 years ago

I'm not working on or with this package anymore, and I recommend people upgrade to this:

https://github.com/thephpleague/oauth2-client

It's based on the same old code but much more modern. Could you send a buffer pull request over there please?