- January 7, 2006
- 1,335
- 1,006
- Home Country
- Netherlands
- Thread starter
- #251
For XML parsing I have tons of example code from other projects laying around, judging by the example code it looks easy enough.
Seems I would need to do the following:
- Authenticate via OATH using basic POST command
- Use that auth to get the data
- Write received data to XML locally (or html/text file?) and maybe some timer in windows form to do this periodically.
If you have an access token (client_id etc..) and example url to test I can make the base for it and put it on github
Seems I would need to do the following:
- Authenticate via OATH using basic POST command
- Use that auth to get the data
- Write received data to XML locally (or html/text file?) and maybe some timer in windows form to do this periodically.
If you have an access token (client_id etc..) and example url to test I can make the base for it and put it on github