Get count of friend requests in Facebook
I am using Facebook Development Toolkit for my Facebook Canvas Application (ASP .NET).
How can I get the count of friend requests of user (current user)?开发者_StackOverflow
I have solved this problem.
You can do it by using FQL. Attention! Your application must have read_requests permission. How to get such permission.
精彩评论