How do I use the parameter to in a Graph API post. My to parameter looks like this:
to = [{id: XXXXXXX, name: "Name "}, ....]
But it doesn't work and I don't receive any error from Facebook.
|
How do I use the parameter
But it doesn't work and I don't receive any error from Facebook. |
||||
|
|
You can't set this parameter ... if you read a post object the "to" parameter is set if that post was posted to a users wall for example. So for example if you (user 1) publish something to user 2's wall and read the post object afterwards the "from" would contain 1 and the "to" a 2. You can't add "recipients" like this, that's not what the "to" is for. |
|||
|