From the Requests Dialog document: Graph API To retrieve a single User ID from a single Request ID using the Graph API, issue an HTTP GET request开发者_JAVA技巧 to the request_id:
Basically, I\'ve got a function that runs through a user\'s entire friend list, then pick\'s up each friend\'s last status post.Now, for someone that has 1500+ friends or even 300+ the time to exec a
I have an array (result) which is showing output on console like this. I am getting result as facebook multiquery output. Here is the definition of result.
I\'m confused by Facebook\'s fql.multiquery method. I\'m trying to retrieve all the comments on a post, and then the user information for each one as well.I can get the comments without any problem,
Is there a way to combine SQL with FQL. I am talking about something like FQL multiqueries. This is my sample code.
current i\'m doing this FQL to get user info Please help me combing all the query into one [i want to get all the info in 4 arrays by writing a single FQL] !
I am looking for some documentation or sample code on how to send multiquery fql requests to Facebook via iOS SDK.
I want to retrieve all facebook friends total number of albums in one go Anyone know 开发者_开发知识库how to query album tableTry This:
How to get total number of albums of all facebook friends? I want to retrieve all facebook friends total albums in one go.
I have a following problem in c# SDK: when I try to run multiquery in my desktop application with following string (searching for pairs of IDs of mutual friends) I get a parser error: