I'm trying to find a way to get all the activities performed by a facebook user but what seems to be the proper method is not working. If I go to the Graph API Explorer I see that it is possible to make an activities call on a user (in this case 'me')

When I run the query, I find that it returns no data.

In order to rule out permissions, I've generated an access token that has permissions set to true for everything. I also should note that in the facebook UI on my timeline I do have activities. http://www.facebook.com/{your username}?sk=allactivity
Has anyone been able to make the activities call work? I noticed in the main Graph API page there is not mention of this specific call, or the Activities objects. Just wondering if this was something that was removed for some reason.