How to make query “is uid X attending event Y” with ASP.NET toolkit?
Do I need to use Facebook SQL?
I have an event with 5000+ members and I want to enumerate all friends of current users to see if they belong to this event.
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 following FQL call should handle this:
where EVENT_ID is the event id you want and FACEBOOK_UID is the current user’s user id.