php - How to get a contact list from a gmail account within Yii framework 2.0 -
i have created google app. want contact list gmail account yii 2.0 website. saw 2 interesting classes yii 2.0 provides:
yii\authclient\clients\googleoauth yii\authclient\clients\googleopenid
can use above classes contact list gmail account? if yes, how implement it, because in yii 2.0 docs there not sample code using these classes. if no, 1 know tutorial approach goal? working yii framework 2.0
Comments
Post a Comment