p3drosola
p3drosola

Reputation: 5877

Facebook API retrieve "All activity"

I'm looking for a way to retrieve the equivalent of what's shown on https://www.facebook.com/me/allactivity. Both FQL & Open Graph are fine.

On the graph, /me/feed shows something similar, but it's missing likes, and tags and other things.

Any ideas are appreciated.

Upvotes: 4

Views: 1184

Answers (1)

phwd
phwd

Reputation: 19995

This is currently not possible. There is no endpoint to get to this data.

The only available data will be anything that appears as a post (e.g. Youtube, Twitter). For this you can query stream via FQL. You can also try endpoints /music.listens and /video.watches but they will retrive data for the current application not all.

Upvotes: 2

Related Questions