rapidwebltd / php-google-contacts-v3-api

👥 PHP library for the Google Contacts API (v3)
MIT License
102 stars 64 forks source link

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

Open juansebas257 opened 6 years ago

juansebas257 commented 6 years ago

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

ghost commented 6 years ago

Same issue

DivineOmega commented 6 years ago

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.