I can post on my wall with Graph API.
$facebook->api("/me/feed", "post", $args);
Then, I can change their date manually. Is it possible to change the date of a post or create a new post with a past date through Graph API?
|
I can post on my wall with Graph API.
Then, I can change their date manually. Is it possible to change the date of a post or create a new post with a past date through Graph API? |
|||
|
|
|
If you look at the Graph API doc - https://developers.facebook.com/docs/reference/api/ under the Publishing section, it shows the available arguments that cane be used when posting to a wall and they are message, picture, link, name, caption, description, source, place, tags. |
|||
|
|