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.
A relationship between entities in which one acts in a major role and the other in a minor role.
1
vote
1answer
57 views
FQL comment table parent_id column doesn't work
In the Graph API Explorer this query give me results
SELECT post_id, fromid, text, time, id, username, likes, user_likes, parent_id FROM comment WHERE post_id = '100940606645739_405463442860119' ...
2
votes
1answer
389 views
Parent-Child functionality [closed]
Is there a functionality that allows multiple locations of one business to be shown on the main Fan page of a business? What is the best way to display multiple business locations on a single Facebook ...
1
vote
0answers
214 views
Facebook Comments Box doesn't scroll within scrollable div
I'm working on a website which includes a facebook comment box within a div (div id="article") which has an overflow="auto" attribute.
The article body scrolls but the comment box extends outside the ...
0
votes
2answers
545 views
Getting a list and posting to pages in parent-child relationship using Graph API
I've been trying to figure out how to retrieve a list of child pages for a given Facebook page. We have a customer that has a master page and several hundred child pages under it (set up by Facebook ...
0
votes
1answer
126 views
facebook authentication
I am trying to authenticate my website (not hosted anywhere but on my desktop) using oauth. I am looking to retrieve access_token
I registered my app with FB to get the appid.
In the redirect uri I am ...