How to create local post on google using PHP MyBusiness API?
问题 I want to create local post on google using google's PHP My Business API V4. Sample code is below $mybusinessService = new \Google_Service_MyBusiness($client); $local = new \Google_Service_MyBusiness_LocalPost(); $path = $locname.'/localPosts'; $response = $mybusinessService->accounts_locations_localPosts->create($path,$local); where $locname is string of accounts/locations id. above code throws exception 'Request contains an invalid argument.' I want to know that how to create post or post