Get gmail contacts with libcurlssl

BlitzMax Forums/Brucey's Modules/Get gmail contacts with libcurlssl

Difference(Posted 2008) [#1]
Below is a very rough example of using the google api to get a list of contacts from a gmail account.

Google has an api for their calender too, that you can use in a similar way.

This code exits with a "compile error" when run from the IDE.

Does somebody know why?





Brucey(Posted 2008) [#2]
It's a ghost compile error. The IDE processes the stdio streams and believes that a time in the stream matches the template for determining that an error occurred during compilation.

Nice example, btw :-)