codenitive / laravel-oneauth

OAuth and OAuth2 Auth bundle for Laravel

Home Page:http://bundles.laravel.com/bundle/oneauth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using curl instead of file_get_contents?

taylorotwell opened this issue · comments

Some hosts (PHPFog) don't allow you to use file_get_contents to retrieve the contents of remote URLs. Would it be possible to use cURL to make these calls instead?

It should be doable, but I need to test it first. The original commit are from fuel-packages/fuel-oauth2@f733cd8