damog / www-tumblr

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

Reblog photoset functionality? #7

Open nerble opened 10 years ago

nerble commented 10 years ago

Is there a way to use this wrapper to reblog a photoset directly? I can't figure out a way of doing it. Apologies if there is a way and I'm just too stupid to figure it out. :)

netangel commented 10 years ago

What do you mean by "photoset", can you give any examples for this case, please?

tylerneu commented 10 years ago

Photosets are multi-photo photo posts.

https://www.tumblr.com/docs/en/api/v2#photo-posts

nerble commented 10 years ago

Right. And other API wrappers/bindings allow you to reblog them directly with one request. Not to mention you can do this by hitting the API directly (http://www.tumblr.com/docs/en/api/v2#reblogging). If there's a way of doing this with WWW::Tumblr that works I haven't been able to figure it out.