codenitive / laravel-oneauth

OAuth and OAuth2 Auth bundle for Laravel
http://bundles.laravel.com/bundle/oneauth
MIT License
86 stars 16 forks source link

Upgraded user lookup api call to use https #56

Closed mnishihan closed 10 years ago

mnishihan commented 10 years ago

Twitter don't support calling their api without https anymore. Also it is wise to generate the twitter url with https as well to avoid an extra redirection (but it is optional in this library though)

crynobone commented 10 years ago

Thanks :+1: