Groups
Groups
Sign in
Groups
Groups
BatchFB
Conversations
About
Send feedback
Help
FQL and generics
7 views
Skip to first unread message
kongo09
unread,
Sep 30, 2011, 11:09:22 AM
9/30/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BatchFB
I would like to get a list of a user's status messages via FQL. I was
expecting to do something like this:
Later<List<FqlStatus>> statusList = batcher.query(fql, new
TypeReference<List<FqlStatus>>() {});
However, the TypeReference only seems to work with Graph queries.
What's the intended way to do this with FQL?
kongo09
unread,
Sep 30, 2011, 11:13:21 AM
9/30/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BatchFB
There is a clear advantage for those who can (and do) read the
manual...
Later<List<FqlStatus>> statusList = batcher.query(fql,
FqlStatus.class);
Reply all
Reply to author
Forward
0 new messages