artdarek / oauth-4-laravel

OAuth Service Provider for Laravel 4
684 stars 217 forks source link

Corrected Google usage and added Twitter example on README #87

Closed ndeniche closed 10 years ago

ndeniche commented 10 years ago

As a new user I found it unnecessarily hard to set up Twitter to work right. I had to read the lusitanian/OAuth code to get how it worked.

victorlap commented 10 years ago

In your twitter example you haven't changed Google to Twitter in numerous lines

line nrs: 298, 299, 312, 320

ndeniche commented 10 years ago

Sorry, must have overlooked that... Submitted the pull request in the middle of another project.

I corrected it now though. Thanks!