longliangyou / Meteor-Google-Contacts

Node.js wrapper for the Google Contacts API (uses OAuth 2.0 token authentication), repackaged for Meteor
https://atmospherejs.com/long/google-contacts
10 stars 6 forks source link

Can you merge Ajnasz's changes to Meteor-Google-Contacts? #1

Closed christieewen closed 9 years ago

christieewen commented 10 years ago

Hi iyou, Thanks for packaging google-contacts to be used by meteor apps. Can you merge Ajnasz's changes on the master repo to iyou's master repo? Ajnasz has made significant changes since the fork such as adding group.

Thank you!

longliangyou commented 10 years ago

@christieewen Thanks for your pull-request. But I have no time to resolve conflicts for the moment. It would be appreciated if you can help.

christieewen commented 10 years ago

Thanks, iyou. I'll see what I can do.

christieewen commented 9 years ago

In the process, I found that the percolate:google-api package for meteor is being updated and can be used for google contacts. I'm going to close this request. Thanks!

dandv commented 9 years ago

Interesting. The README should mention that this package is significantly behind the source by @Ajnasz.

dandv commented 9 years ago

@christieewen: how was your experience with using percolate:google-api for contacts? It doesn't offer anything specific for contacts; just a thin wrapper around the Google APIs.

christieewen commented 9 years ago

@dandv: percolate:google-api works nicely for google contacts to get the entire feed. But there is an issue with refresh tokens using percolate:google-api that didn't have a noticeable problem with long:google-contacts.