php-google-my-business icon indicating copy to clipboard operation
php-google-my-business copied to clipboard

Google MyBusiness

Results 12 php-google-my-business issues
Sort by recently updated
recently updated
newest added

Hello All Im using this gmb api client, and im trying to create new business locations on my account from the api. I have done this: ``` $accounts = $service->accounts->listAccounts()->getAccounts();...

None of the examples show how to initialize usage and just seem to pick up "half way through". How do I create an authentication object? Why does the example use...