huuanh1987 / facebook-java-api

Automatically exported from code.google.com/p/facebook-java-api
0 stars 0 forks source link

Add support for FQL multiquery #216

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Facebook has announced a new feature called multiquery that allows for 
several queries to be batched. You can also make complex queries that depend 
on eachother (like virtual tables) and get a single result back. The project 
should be updated to support this new feature. Multiquery also has new error 
codes, so support for those might also need to be added.

http://wiki.developers.facebook.com/index.php/Fql.multiquery

Original issue reported on code.google.com by abdinoor on 17 Jun 2009 at 1:42

GoogleCodeExporter commented 8 years ago
Hi, I added an implementation of multiquery. See what you think, patch attached.
Cheers, Ben

Original comment by wheeler....@gmail.com on 16 Sep 2009 at 3:07

Attachments:

GoogleCodeExporter commented 8 years ago
Ben, thanks for your patch! I vote for this to be included in the library, 
since it's
quite useful.

Original comment by lorecr...@gmail.com on 24 Nov 2009 at 3:36

GoogleCodeExporter commented 8 years ago
Another vote for supporting multiquery in the library. 

Original comment by andy.stevko on 11 Dec 2009 at 7:04

GoogleCodeExporter commented 8 years ago
Another vote, that would be a nice feature.

Original comment by rajubit...@gmail.com on 26 Feb 2010 at 4:30

GoogleCodeExporter commented 8 years ago
+1 vote from me. The multiquery feature is nearly one year old and 
facebook-java-api should come up with a 
new version including it.

Original comment by jseib...@me.com on 17 Mar 2010 at 11:00

GoogleCodeExporter commented 8 years ago
Another vote from me. Without being able to join tables the multiquery is a 
need!!

Original comment by oscar....@gmail.com on 5 Apr 2010 at 1:43

GoogleCodeExporter commented 8 years ago
Yes please. It is really needed because without it all the applications which 
are using java api have to be inefficiently coded.

Original comment by rajeshbe...@gmail.com on 16 Nov 2010 at 9:24

GoogleCodeExporter commented 8 years ago
Infact I am now stuck in my application. I want to get pages/groups for all 
friends of a given user. Now I have to make round trips for each friend. For a 
user having 400-500 friends it is taking close to ten minutes. So simply for 
those users my application is not usable. I am still trying to figure out if 
there is any work-around.

Original comment by rajeshbe...@gmail.com on 16 Nov 2010 at 9:27