Top "Fql.multiquery" questions

Get the date when two users became friends in php

It's possible to get the date when two users first interacted on Facebook? For example: in a comment, photo tags, …

facebook facebook-fql fql.multiquery facebook-friends
Friend with the highest number of mutual friends

I want to find my friend whom I share with them the highest number of mutual friends. I tried to …

facebook facebook-graph-api facebook-fql fql.multiquery
Facebook mutual friends and FQL 4999/5000 record limit

I'm trying to select all mutual friends' connections with PHP/FQL. Using my UID (540 friends), which means >12,000 connections, of …

php facebook facebook-fql fql.multiquery
FQL multiquery with HTTP GET - works in Graph API explorer but not anywhere else?

This FQL multiquery, for example: https://graph.facebook.com/fql?q={"posts":"SELECT actor_id,message,permalink,created_time,comments.…

facebook get facebook-fql fql.multiquery