I'm using the Facebook C# SDK (http://facebooksdk.codeplex.com/releases/view/66412) and would like to know what the best approach would be to use it to keep my cached user data up to date?
Currently I am storing these pieces of user information:
- userid
- birthday
- name
- sex
- country
- pic
- pic_square
Has anyone given this any thought or have experience in using the SDK to keep their caches up to date? And if so, how did u architecture your solution ...
[Also, when responding please inform me of the graph api calls you made etc, fb are so obscure with this data]
Regards Rob