Can anyone tell me how to get the update datatime for profile picture of facebook friend using Graph API for android. In simple words I need to know when a person updated his/her profile picutre in my android application.
Thanks
|
Can anyone tell me how to get the update datatime for profile picture of facebook friend using Graph API for android. In simple words I need to know when a person updated his/her profile picutre in my android application. Thanks |
|||
|
|
|
The user object has a field called The better/easier way would probably be to access the user’s album, look for the one with Then, when looking the ID of the cover photo up, you’ll get the two fields Depending on what exactly you are trying to achieve, you might have to store the last update’s timestamp somewhere in your app for comparison. |
|||
|
|