UPDATES EasyBlog 6.0.11 Released! Update to the latest version now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is online
Our support specialists is available now. We will attend to you as soon as we can.
  Support is online

No content in facebook autopost

Christopher Ambler · ·
2:38 PM Sunday, 01 March 2020
Normal
In looking at the facebook share code, you set $params to the post URL, but nothing else. While Facebook is good at page scraping, it will NOT put content in the "message" field.

I have resolved this by adding this code in includes/oauth/adapters/facebook/client.php:

$params['message'] = $data->content;

That simple! You set $data from a call to getting the post's info, in fact.

I'd have to have to add this back every time I update, and I don't believe this file can be overridden.

Is there any way you can set this? It's required in the graph API call to set a post's content properly.
The replies under this section are restricted to logged in users or users with an active subscription with us