MCQs > IT & Programming > Facebook Open Platform Development > Which FQL method is similar to the following query? SELECT eid, name, tagline, nid, pic, pic_big, pic_small, host, description, event_type, event_subtype, start_time, end_time, creator, update_time, location, venue FROM event WHERE eid IN (SELECT eid FROM event_member WHERE uid=uid AND rsvp_status=rsvp_status) AND eid IN (eids) AND end_time >= start_time AND start_time < end_time

Facebook Open Platform Development MCQs

Which FQL method is similar to the following query?


SELECT eid, name, tagline, nid, pic, pic_big, pic_small, host, description,

               event_type, event_subtype, start_time, end_time, creator, update_time,

               location, venue

        FROM event

        WHERE eid IN (SELECT eid FROM event_member

        WHERE uid=uid AND rsvp_status=rsvp_status) AND

              eid IN (eids) AND

              end_time >= start_time AND

              start_time < end_time

Answer

Correct Answer:

facebook.events.get

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Facebook Open Platform Development Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Facebook Open Platform Development Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it