Good day!
I am using Facebook graph API to retrieve Facebook users Profile feed (Wall) information. My query will be: https://graph.facebook.com/USER_ID/feed?access_token=ACCESS_TOKEN_OF_MY_FB_APPLICATION Through this, I was able to retrieve users wall information with created_time and updated_time.
I found from http://developers.facebook.com/docs/reference/api/, that we can filter information by created_time using since and until parameters.
Is there any way through which I can filter users Profile information by updated_time?
Thank you.