By Chris Chase on Saturday, 10 October 2015
Posted in General Issues
Replies 3
Likes 0
Views 635
Votes 0
Hello,

I have a question in regards to facebook pages and autoposting. I have A LOT of facebook pages on my account. When i try to set up autoposting only a few show up?

Can you please let me know if there is any way of access the rest of the facebook pages?
Or is there a limit ?


Please advise
By right, it should show all of your Facebook page on Easyblog autoposting configuration page, can you provide us with your Joomla backend and FTP access so we can better have a look?
·
Saturday, 10 October 2015 03:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Sure thing. They are attached to this response
Oh and please see screenshot as well
http://prntscr.com/8rafij


Thanks so much,
Amber
·
Thursday, 15 October 2015 01:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Chris,

I am sorry for the delay of this reply,

I've modified this file in your site.
JoomlaFolder\administrator\components\com_easyblog\includes\oauth\adapters\facebook\client.php


// LINE 427
$pageAccess = parent::api('/me/accounts', array('access_token' => $this->token));
// Replace with
$pageAccess = parent::api('/me/accounts', array('access_token' => $this->token, 'limit' => '1000'));



But when I try to revoke your Facebook autopost access from backend, then I click `Sign in via Facebook` again, it show "No data received" message on pop up. Can you give it a try and see how it goes?
·
Thursday, 15 October 2015 11:26
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post