Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reblog with custom slug #40

Open
Colir opened this issue Sep 23, 2014 · 3 comments
Open

Reblog with custom slug #40

Colir opened this issue Sep 23, 2014 · 3 comments

Comments

@Colir
Copy link

Colir commented Sep 23, 2014

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
Copy link
Contributor

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
Copy link
Author

Colir commented Sep 23, 2014

...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
Copy link
Contributor

awesome @Colir we'll take a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants