tumblr / tumblr.php

Tumblr API v2 PHP Client
Apache License 2.0
407 stars 115 forks source link

Reblog with custom slug #40

Open Colir opened 10 years ago

Colir commented 10 years ago

Hi, I want to know if it's possible to reblog a post with a custom slug throw Tumblr php API. Actually i use this without success '''' $client->reblogPost((string)$blog, $postID, (string)$reblogKey,array('comment' => $comment,'tags'=>$tags,'state'=>$state,'slug' =>(string)$slug)); ''''

thanks you

codingjester commented 10 years ago

In its current form, it looks like it will support the 'slug' parameter. I think we may need to clean up some documentation/tests to help make it clearer what is supported.

Colir commented 10 years ago

...the slug param work well with $client->createPost()... Can't make it work with reblog... Can you confirm this. Thanks you very very much

codingjester commented 10 years ago

awesome @colir we'll take a look.