Facebook post data has empty privacy field -


we having issue 1 facebook users account privacy field returned posts blank. have tried reproducing account or test account, in cases privacy filled in. here sample using graph api tool (some fields removed brevity):

{   "id": "<deleted_for_privacy>",    "from": {     "name": "joe blog",      "id": "<deleted_for_privacy>"   },    "story": "joe blog added new photo.",     "picture": "<deleted_for_privacy>",    "link": "<deleted_for_privacy>",    "icon": "<deleted_for_privacy>",    "privacy": {     "value": ""   },    "type": "photo",    "status_type": "added_photos" },  

according documentation privacy field should contain value.

my initial thoughts was related blackberry app being used , old mobile version setting, posting desktop browser results in same issue.

so blank setting mean? public, private or bug?

not sure case, if user posting page, event, group or users's feed, privacy field expected empty.

see first note here (not official fb doc page, know):

http://api-portal.anypoint.mulesoft.com/facebook/api/facebook-graph-api/docs/reference/privacy-parameter


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -