php-google-contacts-v3-api icon indicating copy to clipboard operation
php-google-contacts-v3-api copied to clipboard

simplexml_load_string(): Entity: line 7: parser error : Opening and ending tag mismatch: meta line 1 and head

Open juansebas257 opened this issue 7 years ago • 2 comments

Hello, I followed the configuration steps and im unable to retrieve the contact list, when i select the google account i have the error: simplexml_load_string(): Entity: line 7: parser error : Opening and ending tag mismatch: meta line 1 and head im using laravel 5.5 with php 7.1. I test the client id and client secret with another library and it work, but i need to create contacts and the other library has not that option, please, helpme to discover what im doing wrong

juansebas257 avatar Jan 22 '18 21:01 juansebas257

Same issue

ghost avatar Feb 14 '18 11:02 ghost

Unfortunately, this package hasn't been tested fully with the latest and greatest versions of PHP.

However, we're recently written a package, PHP Google People API, that uses a newer API and more modern practices. Give this a go. It shouldn't give you the same problems.

DivineOmega avatar Feb 27 '18 16:02 DivineOmega