Search code examples
facebookfacebook-fqlfacebook-friends

FQL "X and Y are now friends"


I'm trying to get all the recent activity posts where I become friends with another person. Is it possible to retreive the information though the FQL or another way?

I tried to use the stream to the base minimum - by adding a new friend and use the following FQL statement:

select message from stream where source_id = me()

But i don't get the ... are now friends part, can someone tell me how to retrieve such data?

Best regards


Solution

  • I don't think that this info is stored somewhere in a FQL table, at least none that I know of.

    The only way I could think of is using the Realtime Updates: https://developers.facebook.com/docs/graph-api/real-time-updates/v2.0