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 picture, etc), but not the relationship details.
I have tried to change the rights for the app, so that "user_relationships", "user_relationship_details", "friends_relationships" and "friends_relationship_details" are in the box called "User & Friend Permissions". But whatever i try, when someone wants to access the app, it only asks for the standard data, while in the Preview Auth Dialog it says stuff like "relationship details" etc.
The Graph API explorer also shows that the field is empty or disallowed by the access token for my app.
Regardless of what i try, the JSON data does not contain any relationship_status data..
Did i miss something very basic here?