I have gotten the access token for activities in Facebook's Graph API Explorer. When submitting this request:
/me?fields=activities.fields(name,created_time)
I just get an ID (me's ID) but expect to get a list of activities such as accepting friend requests, liking a post, etc.