I need to know the time a user became friends with another user.
I am having a problem... the field 'updated_time' in the graphAPI will give me (I think) the time that the friendship was changed (created). like in
I want to use FQL instead however, so that I can use the order_by parameter. I can not find that field (updated_time) in the friend 'column' of the FQL simulacrum. In fact only uid1 and uid2 are in the friend 'column'. I can of course get information on the user (uid2) but that information does not relate it directly back to the other user.
Anyone have any help on this?