Is there any method such as graph API or fql for tracking pending friend requests in facebook profile
The fql query
SELECT uid_from, time, message FROM friend_request WHERE uid_to = me()
will return a current list of all pending friend requests
2.1m questions
2.1m answers
60 comments
57.0k users