wanasit / google-calendar

Google Calendar API connection in Node.js
MIT License
230 stars 54 forks source link

Keep getting Erreur :invalid_client when trying to launch example #5

Closed martindaniel4 closed 11 years ago

martindaniel4 commented 11 years ago

Hi there,

Sorry for this noob question but it seems I do something wrong while trying to lauch one of your example.

When lauching edit-example.js for instance I get Erreur :invalid_client.

I also try to edit key and secret in the config file without success..

Do you have any hint ?

Thanks !

Martin

martindaniel4 commented 11 years ago

Sorry just found the answer : I just needed to register on https://code.google.com/apis/console/ to get both key and secret ids !

Thanks for making this gret library !

Martin

wanasit commented 11 years ago

Look like you solved it already Congratulation

martindaniel4 commented 11 years ago

héhé yes ! thanks for your reply.