UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible 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 offline
It is currently off working hours and most of us aren't around

Rest assured that we will get back to you as soon as the day starts tomorrow!
  Support is offline

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