In my Facebook app I am seeing an error from the Facebook SDK for some users when getting their feed (using me/home?limit=1000&fields=from.fields(id,name),likes.fields(id),comments.fields(from.fields(id))).
The error is:
Facebook.FacebookApiException: (Exception - #0) Unknown identifier, 0_xxxxxxx at Facebook.FacebookClient.ProcessResponse(HttpHelper httpHelper, String responseString, Type resultType, Boolean containsEtag, IList`1 batchEtags) at Facebook.FacebookClient.Api(HttpMethod httpMethod, String path, Object parameters, Type resultType) at Facebook.FacebookClient.Get(String path, Object parameters, Type resultType)
(Where 0_xxxxxxx is different for each user)
I've had a look through the SDK source code and can't see what would be generating this error.
Any thoughts about what might be causing this?