Open Colir opened 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.
...the slug param work well with $client->createPost()... Can't make it work with reblog... Can you confirm this. Thanks you very very much
awesome @colir we'll take a look.
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