We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi everyone,
I'm talking about Blogger Service. Does the function getStatus and setStatus work for you? It doesn't return / modify anything when using it.
$status = $service->blogs->get($blogId)->getStatus(); echo $status;
Can you help me to fix that? By the way, what are the differents status values ? LIVE, DELETED and ?
Thanks !
The text was updated successfully, but these errors were encountered:
I think those methods are still in the client library even though they have been removed from the latest version of the API itself: https://developers.google.com/blogger/docs/3.0/reference/
Were you able to find a different solution?
Sorry, something went wrong.
This issue will be addressed by a fix to googleapis/google-api-php-client-services#44.
mattwhisenhunt
No branches or pull requests
Hi everyone,
I'm talking about Blogger Service.
Does the function getStatus and setStatus work for you? It doesn't return / modify anything when using it.
$status = $service->blogs->get($blogId)->getStatus(); echo $status;
Can you help me to fix that?
By the way, what are the differents status values ? LIVE, DELETED and ?
Thanks !
The text was updated successfully, but these errors were encountered: