android - How to know when to update my facebook profile pic from cache? -


in app, caching facebook profile pics in sdcard (for caching) filenames stored url link "http://graph.facebook.com/1146636239/picture" --> this.

whenever download profile image, check in sdcard , pull image.

suppose if friend has changed profile pic, how know download new updated image ? (rather picking sdcard.)

is there api know if profile pic has changed wrt time stamp ?

any insights helpful. thanks


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -