When I post a status through the graph api, I can then retrieve the status through “me/feed” or “me/home”. But now the newly posted status can only be retrieved through “me/home”.
By checking the status’s origin data, I found the posted status has the following privacy:
"privacy": {
"description": "Friends",
"value": "ALL_FRIENDS"
},
When I post message through Facebook WEB, I can choose the privacy, which can be one of PUBLIC, FRIENDS, ONLY ME or CUSTOMER. Can I do the same thing with the Graph API?
Do you mean something like: