I'm not sure what I'm missing here, but despite my best efforts I can't figure out why the following query string parameters (urldecoded) is somehow losing the post privacy settings.
message=We hope you enjoy your xxxx from xxxxxx
picture=http://app.xxxxx.me/_img/_product/thumb/1019.jpg
link=http://app.xxxxxx.me/object/xxxxx/1019/
name=Sample Post Name
description=This is a sample description message
properties={"Privacy":"Only You and xxxx can see this"}
actions={"name":"Track This Order","link":"http:\/\/apps.facebook.com\/xxxxxxx\/orders?id=3ff0f70e39c454acb800342b550b550f"}
privacy={"description":"XXXXX only","value":"CUSTOM","friends":"SOME_FRIENDS","allow":1111111111} (where 1111... is a valid user numeric ID)
My goal is to post to the target user's wall (this is supposedly allowed, as specified in the Open Graph POST documentation, privacy, "note") with specific privacy settings.
More specifically, only the user and one other friend should be able to view the post.
I've tried virtually every JSON encoding variation for privacy, yet for some reason although the rest of the post parameters work perfectly, privacy does not.
Any thoughts?
Thanks!