I’m searching for a solution where I can get last 10 added friends for a user.
Is it possible to do via. the FQL or Graph API or something that isn’t possible?
I’m searching for a solution where I can get last 10 added friends for
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The
friendstable/endpoint does not expose the time that you and another user started your friendship. So you can’t get this information directly.The best you can do is query the
streamtable for friend announcements.In my case, this query returned 3 results, even though I requested a
LIMITof 100.