Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
2k views

Facebook New PHP SDK For Graph API - Multi Query

I'm at my wits end in what the queries parameter value should look like. So to sumbit a multiquery accross the graph API library, the following would be the code method to perform it, as far as I can ...
5
votes
3answers
3k views

Facebook FQL - How do I fetch the posts I made to a friend's wall

I have a facebook desktop app with some test users all having granted the stream_read & offline access permissions. I can easily retrieve posts to each users' stream & profile. What I cannot ...
4
votes
2answers
892 views

Facebook FQL multiquery in iOS SDK

Iam looking for some documentation or sample code on how to send multiquery fql requests to Facebook via iOS SDK. I found some older samples but they doesnt work for me. I have populated an ...
3
votes
3answers
3k views

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 which >6500 are unique. So this code should return all the ...
1
vote
0answers
55 views

fql multiquery returns uknown error code

My multiquery function worked prior to the use of oauth 2.0 as of DEC 13th. I send GET requests to https://api.facebook.com/method/fql.multiquery?access_token=.... Do I have to change the mechanism ...
1
vote
3answers
267 views

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 do it with FQL and graph API the following way: Get the friends list of the current logged in user. ...
1
vote
0answers
78 views

Using Multiquery to load data, but how to limit 2nd + queries to limit 1

So the multiquery looks like this: $mq = array( "usr"=>"SELECT uid2 FROM friend WHERE uid1 = me() LIMIT 100", "basics"=>"SELECT uid, name, status FROM user WHERE uid IN (SELECT uid2 ...
1
vote
1answer
342 views

FQL Query to Select friends that go to same College

So I have a basic FQL Query that pulls all of the user's friends: $fql = "SELECT name FROM user WHERE uid IN (SELECT uid1 FROM friend WHERE uid2=me())"; I need to be able to narrow down the ...
1
vote
1answer
564 views

How do I use the result from FB FQL multiquery?

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, ...
1
vote
2answers
401 views

Starting multiquery in client throws parser error

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: string ...
1
vote
1answer
266 views

facebookErrDomain code 3000

today i received of one of my app users a complaint about an error code 3000. I could not find any information about this error, nor do i have a clue what caused this error, because i have no tracking ...
1
vote
1answer
668 views

Is it possible to implement friends.getMutualFriends using FQL?

I am looking for a way to implement friends.getMutualFriends of Facebook's Old REST API with FQL. The reasons are twofold: 1. getMutualFriends only returns a list of IDs, and I'd like to use a ...
1
vote
0answers
372 views

Retrieving posts and comments from a Facebook page

I want to retrieve all of the posts from a given facebook page along with the associated comments. I wrote this code (app details obfuscated, replace with your own in order to run it). <?php ...
1
vote
1answer
1k views

FQL multi query optimisation

I'm trying to get my head around whether it would be possible to do something with an FQL multi-query rather than multiple API calls. Here is my code: var queries : Object = { "user_list":"SELECT ...
1
vote
1answer
3k views

Help with fql.multiQuery

I'm playing around with the Facebook API's fql.multiQuery method. I'm just using the API Test Console, and trying to get a successful response but can't seem to figure out exactly what it wants. ...
0
votes
0answers
24 views

Is there a way to query the Facebook Graph API to return all the posts made by a user that are videos?

I want to find the most efficient way to get all the videos (uploaded by users, posted as links eg youtube videos) etc that facebook users have posted to their walls. If I have a list of friends that ...
0
votes
1answer
20 views

Search last 7 days in facebook search api

I need a solution in graph api or fql to search a specific keyword for last 7 days or a way to count the no of total search results. Right now, I am applying a heavy limit. It works if result is ...
0
votes
1answer
106 views

How to retrieve all comments of the Fan Page

I need to get all comments of the Fan Page. Not only from the wall, but from the albums, photos, notes, etc. I solved this problem in such a way. First I get all objects (albums, notes, etc.) of the ...
0
votes
1answer
50 views

FQL multiquery showing empty array

i am usig Facebook fql.multiquery to fetch data with command line. like this $queries = '{ **"query1" : "SELECT metric, value FROM insights WHERE ...
0
votes
1answer
39 views

How do I merge two queries using the Facebook SDK in C#?

I am using Facebook C# SDK but there is not an overloaded method to pass in two queries as parameters. How can I merge two queries? My Queries like this I have two Queries one is retrieving Name and ...
0
votes
2answers
117 views

fql.multiquery returning empty array

I'm am trying to query all the photo albums of a page and get each albums cover photo. Below is the code I have that returns an empty result. I am able to make both the queries separately without ...
0
votes
1answer
31 views

How I can join two FQL queries into one query.?

Hi I have Two Different Queries one is for username and second is for retrieving Messages and actor_id so how I can combine both query and getting my correct result. my queries like. var Query1 = ...
0
votes
1answer
115 views

Uncaught Exception: 1: An unknown error occurred thrown in Facebook API, FQL error

I'm getting unknown error from Facebook api when I try to do FQL to catch all the Photos in friend's checkins here's my code: $photo_params = array('method' => 'fql.query','query' => "SELECT ...
0
votes
0answers
58 views

FQL feed stories are unreliable

I've been attempting to generate a mini news feed based on a subset of the user's friends. Here's the FQL multiquery I worked out: {"user_stream":"SELECT created_time, post_id, actor_id, target_id, ...
0
votes
1answer
121 views

FQL query results in 601 Parse error: unexpected '_'

Let me preface this by saying that my code seems to work for all users I've tested with but one. I'm using the following multiquery to get a user's albums and cover image data: { "album_query": " ...
0
votes
1answer
35 views

Is the 'is_minor' column in the Facebook FQL user table always NULL?

The Facebook FQL user table has a column called is_minor. The Facebook platform documentation does not indicate that any special Permission is required to access the data in this column. However, ...
0
votes
0answers
64 views

FQL to get comments from a user for an app

I am trying to run a query for my facebook app, which will give me a list of comments from a user on a facebook comments app, so it should be a multiquery to fetch the list of comments and count for a ...
0
votes
0answers
25 views

FQL request to find a specific id amongst friends of friends

I've already done this, by running through all my friends, and then retrieving each list of the friends of friends. From this point I can search through the list in order to find a specific ID. The ...
0
votes
1answer
85 views

How to do named multiqueries using C# Facebook SDK

I'm updating some legacy code from the old 3.0 version of the C# Facebook SDK to the new 5.3.2 version. On http://developers.facebook.com/docs/reference/fql/ it shows that you can do a multiquery ...
0
votes
0answers
89 views

Facebook FQL - tables ERD documentation or resource

Is there a good resource or explanation of Facebook's FQL's tables as ERD. I know they are using polymorphic relationships in some of the tables to relate to others. I can not find such a ...
0
votes
1answer
316 views

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.count FROM stream WHERE source_id=me()","actors":"SELECT ...
0
votes
0answers
41 views

Get photos from stream

Is there a way to get all of the photos form a given stream query? I tried the following but it returns an empty set. SELECT pid, aid, src_big FROM photo WHERE pid IN (SELECT ...
0
votes
0answers
73 views

Facebook FQL: How do I check if a post/comment is from a friend?

I have a Faceboook app. My visistors can publish post from my app. I retrieve all posts that are published with this FQL query: SELECT source_id, actor_id, message, post_id, attachment, created_time, ...
0
votes
1answer
58 views

Error in FQL Query

This is My Code $ids = join(", ",$man); if ( !isset($_SESSION[$appID.'_FQLResult']) ) { $FQLQuery = "SELECT uid, sex, pic_square FROM user WHERE uid in ($ids)"; $FQLResult ...
0
votes
1answer
126 views

Retrieve Applications Requests (apprequests) through FQL?

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 to the request_id: ...
0
votes
1answer
48 views

How can I run sort of “for” statement via FQL MuliQuery

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 ...
0
votes
0answers
86 views

FQL multiquery returns list not dictionary

From Facebook's documentation on multiquery I read: This call returns a dictionary containing a list of query results in either JSON or XML format. The keys returned are the names of the queries ...
0
votes
1answer
73 views

Is fql.multiquery still going to be supported in the future by facebook?

I am new to facebook app creation and I am using fql to get the data i need. I came accross fql.multiquery but I see in facebook that it is part of the legacy rest api that is going to be discontinued ...
0
votes
1answer
70 views

How to parse an array with specific key in iphone

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. -(void)request:(FBRequest*)request ...
0
votes
1answer
89 views

Is there a way to combine SQL with FQL (Facebook Query Language)

Is there a way to combine SQL with FQL. I am talking about something like FQL multiqueries. This is my sample code. //Here I take data from a SQL database $result_user_pages = mysql_query("SELECT ...
0
votes
2answers
483 views

Combine 3 FQL in a single query - Facebook PHP

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] ! $pics=array(); $ids=array(); ...
0
votes
1answer
715 views

How to use fql.multiquery with C# SDK

I am using the facebook-c#-sdk with VB. my code: dim facebook As New FacebookApp() dim queries as string=" ""2011-4-13"" : ""SELECT metric, value FROM insights WHERE object_id=173249789387842 AND ...
0
votes
1answer
166 views

how to get total number of albums of all facebook friends?

how to get total number of albums of all facebook friends? i want to retrive all facebook friends total albums in one go. any have have idea how to querry "album" table in FB plz share ur thoughts ...
0
votes
1answer
173 views

how to get total number of albums of all facebook friends?

i want to retrive all facebook friends total number of albums in one go any one know how to querry album table
0
votes
0answers
258 views

fql query that returns my afriend that is app users

how can i get my facebook friend that is my app user $friends = $facebook->api('/me/friends'); SELECT uid FROM user WHERE uid IN (SELECT uid2 FROM friend WHERE uid1 = ?) AND is_app_user = 1
0
votes
2answers
1k views

fql.multiquery new sdk

I cannot figure out what is wrong with this fql.multiquery and cannot seem to find any examples of the new sdk with fql.multiquery. Ultimately I want to get the page name and page id(s) of the ...
0
votes
1answer
243 views

Facebook .net return internal server error when using Multiquery

Hello I am having trouble using multiquery in facebook .net. I am trying to create 3 queries: Friends, Like and Photo using multiquery in the toolkit. It returns me with this The remote server ...
-1
votes
1answer
37 views

facebook user's selected attending events data with FQL

im trying to get user's some attendign events name with fql, but i can't get true result. my sql is wrong or not possible to use? FQL: SELECT eid,name,start_time FROM event WHERE eid IN (SELECT eid ...