I need to fetch user's activity log. i tried /{user-id}/activities but its not returning the activity log of an user. I am aware that from "fql" we can fetch the few activities, but FB recently announced they are deprecating the fql's.
I have used notification API but draw back is if the user has already read these notifications, then the API is returning an empty set of data.
Any other way i can fetch the activity log of an user.
Thanks