samwilson / phpflickr

A PHP wrapper for the Flickr API, including OAuth.
https://packagist.org/packages/samwilson/phpflickr
GNU General Public License v2.0
39 stars 15 forks source link

Setproxy throws an uncaught error #22

Closed Daltonstudio closed 4 years ago

Daltonstudio commented 5 years ago

Hey,

$f->setProxy("localhost", "8181"); is giving me a: Fatal error: Uncaught Error: Call to a member function setProxy() on null in /home/my/domain/public_html/FA/src/PhpFlickr.php:398

Any idea what this could be? I'm sure the proxy works. Thanks

samwilson commented 5 years ago

The proxy feature is not functioning with OAuth requests yet, sorry!

I'll try to find time to fix this soon.

samwilson commented 4 years ago

This should work now. Read the docs for how (it's slightly different).