damog / www-tumblr

Perl interface for the Tumblr API
https://metacpan.org/module/WWW::Tumblr
13 stars 8 forks source link

Wrong request type for password-protected blogs #11

Closed f055 closed 8 years ago

f055 commented 10 years ago

Tumblr API v2 when operating on a password-protected blog will not return anything if the API call is authenticated via the "apikey" only. To make request like "info", "likes" or "posts", one needs to use the "oauth" api_method. Maybe it would be good to turn all ::Blog api_methods to use oauth, instead of leaving some to use the simpler apikey? Not sure if detecting password-protected blogs is possible, to adjust accordingly.

damog commented 8 years ago

Can you please provide an code sample to reproduce?

damog commented 8 years ago

Closing because I was never able to reproduce. Also, sorry for responding a couple of years later :)