We are having a problem with one facebook user account, where the privacy field returned for his messages is always blank. I tried to reproduce this using my account or test account, but in all cases privacy is filled. Here is an example using the api graph tool (some fields are removed for brevity):
{ "id": "<deleted_for_privacy>", "from": { "name": "Joe Blog", "id": "<deleted_for_privacy>" }, "story": "Joe Blog added a new photo.", "picture": "<deleted_for_privacy>", "link": "<deleted_for_privacy>", "icon": "<deleted_for_privacy>", "privacy": { "value": "" }, "type": "photo", "status_type": "added_photos" },
In accordance with the documentation for confidentiality in the field, this should always contain a value.
My initial thoughts were related to using the Blackberry application used and the old setup of the mobile version, but publishing from the desktop browser leads to the same problem.
So what does an empty installation mean? Is this public, private, or a mistake?
source share