dhirendralab
Results
1
comments of
dhirendralab
what's wrong in below code `$name_post = "accounts/xxxx/locations/xxxx/localPosts/xxxx"; $post_body = new \Google_Service_MyBusiness_LocalPost; $post_body->setLanguageCode('en'); $post_body->setSummary('test_new'); // post text $call = new \Google_Service_MyBusiness_CallToAction; $call->setActionType('LEARN_MORE'); $call->setUrl('https://www.xyz.net/'); // URL to link to $post_body->setCallToAction($call); $media...