You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
not every operation of the Flickr API requires us to use OAuth, for example a simple flickr.photos.search can perfectly performed without OAuth athentication. Your lib should somehow determine these requests and not generally try to add the OAuth params...
If you are interested in a fix, I can also try to submit a PR.
Hello,
not every operation of the Flickr API requires us to use OAuth, for example a simple
flickr.photos.searchcan perfectly performed without OAuth athentication. Your lib should somehow determine these requests and not generally try to add the OAuth params...If you are interested in a fix, I can also try to submit a PR.
Cheers
alxy