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
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: