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 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!
It is currently a public holiday for us from where we are at.

There may be a delay in our responses but rest assured that we will be back at full speed when we are back to the office.
  Support is offline

Group limit incorrect in API call

Christopher Ambler · ·
4:17 AM Sunday, 27 September 2020
Normal
in admin, includes/oauth/adapters/facebook/client.php, there are two calls to the Facebook API /me/groups. In the first, you properly call it as such:


parent::api('/me/groups', 'GET', array('access_token' => $this->token, 'limit' => 500));


In the second, however, you do not specify the limit. Thus, Facebook's limit of 25 is imposed, and this is insufficient for anyone with more than 25 groups in their Facebook account. Can you please add the limit of 500 to the second call? 500 seems a high enough number. 25 isn't even close ;)

Thank you!
The replies under this section are restricted to logged in users or users with an active subscription with us