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