Are there any posts/tutorials about accessing Google Contact API with CodeIgniter framework?
I have googled it a lot found just one post which using Zend Libraries with Codeigniter.
Went through some PHP implementation of Contact API. But all of them are using Curl to talk to API.
Can I use the same way as a Codeigniter model class? or should I consider accessing gmail contacts using javascript?
Please help.
I used oauth library for codeigniter
http://getsparks.org/packages/oauth2/versions/HEAD/show
set scope in the spark->oauth->libries->provider->google like
Add following code in the same file
then used this code for the google contant in controller