Is it possible to update an object property of a published action? I tried POSTing to:
https://graph.facebook.com/ACTION_ID?OBJECT_PROPERTY=OBJECT_URL
&access_token=VALID_ACCESS_TOKEN
I got true
as a response, as you do.
I can update first-level properties such as expires_in
, just not connected objects.