My Android app is retreiving the user's friends list and displaying it to them alongside their profile pics. At the moment I'm refreshing all the pictures from the server every time which is a waste of bandwidth. Is there a way to query when the picture was last updated?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
You don't need to retrieve their pictures at all. Just specify the image's UPD: if so - then no. The only thing could help you is There is a Realtime API that can notify about particular user profile changes but it will not help you in your case |
||||