Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
This tag relates to any of various nested entities or operations in programming.
0
votes
1answer
14 views
Nested FB.api calls not firing, javascript SDK
I'm using the facebook javascript API and trying to nest FB.api calls as demonstrated below. The first FB.api call is working fine but the nested one isn't firing. Can anyone tell me what I'm doing ...
1
vote
0answers
44 views
Issue retrieving place category in nested graph call
I am trying to do a nested graph call which will return the category of places for both checkins and locations.
To distill my issue down to the part of the query that doesn't work, I'll use the ...
0
votes
1answer
441 views
Get number of likes of comments to comments created through fb:comments (site comments)
As described on facebook's developer page here, it is possible to get the comments of comments to a specific webpage by utilizing an FQL similar to this one:
SELECT comments \
FROM comment \
WHERE ...