By Chris Chase on Saturday, 25 July 2015
Posted in Technical Issues
Replies 1
Likes 0
Views 815
Votes 0
Hello I am currently using easy blog for 3.9.24862.
I am trying to get my facebook autoposting to work. I cannot renew the token. When i try auto publish blogs it says the blog has posted but when i check facebook it doesnt post.

Please help.
No i do not wish to upgrade to easy blog 5.
Hey Chris,

You have too many Facebook pages Here's a fix that I added on your 3.9.x site in the file /components/com_easyblog/classes/facebook/helper.php at line 245,


$accounts = parent::api( '/me/accounts' , array( 'access_token' => $this->_access_token) );


Replaced it with,


$accounts = parent::api( '/me/accounts' , array( 'access_token' => $this->_access_token, 'limit' => '99999') );
·
Saturday, 25 July 2015 01:57
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post