Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I would like to delete all the friend requests I have made in Facebook that are not accepted yet by other people. Is it possible to find them all? Because when I am looking in my friends list I can't find those. Actually I can see all the disabled accounts for example, but not the ones in "stand by"

Anyone has a solution?

Thanks.

share|improve this question

closed as off topic by Greg Hewgill, EdChum, Matteo, SWeko, Jean-François Corbett Dec 14 '12 at 9:18

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

I would like to delete all the friend requests I have made in Facebook that are not accepted yet by other people.

You cannot delete friend requests with the API.

Is it possible to find them all?

No, per the FQL Friend Request deocuementation, only to uid_to field is searchable. And hence you cannot get a list of friend requests that YOU have sent. Only the list that has been sent TO you.

Actually I can see all the disabled accounts for example, but not the ones in "stand by"

I have no idea what you're talking about.

share|improve this answer
Actually imagine you added someone on Facebook. If he did not accept the request yet, you can still cancel it, by clicking on "Cancel request". What if you forgot some of the people you added ? Is it possible to list them? – Flo Dec 13 '12 at 17:32
Nope. Not via the API. This forum is for questions about the API. – Tommy Crush Dec 13 '12 at 17:55
Okay, thank you. – Flo Dec 13 '12 at 18:05

Not the answer you're looking for? Browse other questions tagged or ask your own question.