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.

Questions in this tag typically involve the association that a set of data has with other set(s) of data.

learn more… | top users | synonyms

0
votes
0answers
7 views

Relationship between two variations of the same comment object

Im seeing that through the Graph API I can get to a given comment one of two ways, the first having a two 'part' ID, the second having a three 'part' ID, like this; 10151333905645378_8516984 or ...
1
vote
0answers
71 views

Some relationship-status not getting returned when clearly visible on profile

When using the open graph api to list - all friends by relationship_status some friends are getting returned empty for relationship_status. I have the right permissions set as most friends ...
1
vote
1answer
24 views

How to access my user activity on other users' pages or fan pages using the Graph API?

I would like to find any of my own activity (post, comment, share, etc.) on another user's page or a fan page. That is, obtain a list of all the comments, posts and whatnot that I have made on user ...
0
votes
1answer
57 views

how to get the uid of person who is in relationship or commited or married to user with php sdk

how to get uid of person with whom the user is in relation or married with fql if the required permisson is granted ? I need to get user id of user with whom the person is in relation to .. i am ...
2
votes
1answer
300 views

Cannot get relationship_status data

I'm busy writing an app on facebook, yet whatever i try, i cannot get relationship_status data. My app succesfully gets all the other data it needs (friendslist data like names, gender, profile ...
0
votes
1answer
37 views

Facebook Graph ERM

one short question: is there any Entity-Relationship-Model of all the data that Facebook stores / provides? It would be quite useful since it would give an overview of all the entities, their ...
0
votes
1answer
195 views

storing raltionship path between friends[nodes] from neo4j and updating it in future

I am developing an application in which i need to show the relationship path between the two person. In my application ,I have user's Facebook,twitter,linked In and other social network account data ...
-1
votes
2answers
150 views

How to store Facebook user education in neo4j

I want to store Facebook educations of a user in Neo4j, so that i can query on any attribute combinations. Currently Fields I want to save of Facebook education field ...
0
votes
1answer
628 views

API change the relationship status (Married, Single, etc)

Help. I need to know if you can change the relationship status (Married, Single, etc) from the facebook api. I get to read but not updated. The updating of the list would be done by an application in ...
1
vote
1answer
135 views

Retrieving Friend's Friends List and Retrieving relationship_details from another user

Is it possible to do the following: Retrieve Friend's Friends List and Retrieve relationship_details from another user (it is possible to see "interested in" while viewing someone's profile.)?
0
votes
1answer
2k views

Relationship History

I'm pretty new to Facebook development and am trying to wrap my head around the what you do and don't have access to. I've done some searching through the forums and the googles but haven't found ...