I want to add 50 new threads to my Xenforo forum.
I prepare the data, open my app, insert text, and send.
Hurra, after some seconds I have 50 new threads in my forum.
And now I would like to do the same with Facebook, but I have no idea how to do it.
None of the existing add-ons work for me. My fault, Facebook's fault, Add-on's fault? I don't know.
What I want to do is send ten posts per day to Facebook.
How?
I write an add-on fetching ten titles of new threads to a text field like
The red flowers look awesome! {Link to thread}
The new blue car is faster than the old one. {Link to thread}
...
I read the titles, change some of them, line by line, then I press [Send]
Now Facebook should do ten new posts. (Twitter also)
My question is:
Is this possible with Facebook? Do they have an API to send:
for x to y
$newPost = "..."
use curl ...
Is this possible?
I prepare the data, open my app, insert text, and send.
Hurra, after some seconds I have 50 new threads in my forum.
And now I would like to do the same with Facebook, but I have no idea how to do it.
None of the existing add-ons work for me. My fault, Facebook's fault, Add-on's fault? I don't know.
What I want to do is send ten posts per day to Facebook.
How?
I write an add-on fetching ten titles of new threads to a text field like
The red flowers look awesome! {Link to thread}
The new blue car is faster than the old one. {Link to thread}
...
I read the titles, change some of them, line by line, then I press [Send]
Now Facebook should do ten new posts. (Twitter also)
My question is:
Is this possible with Facebook? Do they have an API to send:
for x to y
$newPost = "..."
use curl ...
Is this possible?