ChatPion - Facebook & Instagram Chatbot,eCommerce,SMS/Email & Social Media Marketing Platform (SaaS)

XeroChat - Complete Messenger Marketing Software for Facebook v9.3.4 Untouched

No permission to download

jersonflorez

Member
Banned User
Aug 18, 2019
35
17
8
to avoid login error invalid scopes : manage_pages, publish_pages while importing facebook account change flie application\libraries\Fb_rx_login.php
from line 139 to line 153
function login_for_user_access_token($redirect_url="")
{
$redirect_url=rtrim($redirect_url,'/');

$helper = $this->fb->getRedirectLoginHelper();
if($this->CI->config->item('facebook_poster_group_enable_disable') == '1' && $this->CI->is_group_posting_exist)
$permissions = ['email','manage_pages','publish_pages','pages_show_list','pages_messaging','public_profile','publish_to_groups','read_insights'];
else
$permissions = ['email','manage_pages','publish_pages','pages_show_list','pages_messaging','public_profile','read_insights'];


$loginUrl = $helper->getLoginUrl($redirect_url, $permissions);

return '<a class="btn btn-block btn-social btn-facebook" href="'.htmlspecialchars($loginUrl).'"><span class="fab fa-facebook"></span> ThisIsTheLoginButtonForFacebook</a>';
}


and replace with

function login_for_user_access_token($redirect_url="")
{
$redirect_url=rtrim($redirect_url,'/');

$helper = $this->fb->getRedirectLoginHelper();

if($this->CI->config->item('facebook_poster_group_enable_disable') == '1' && $this->CI->is_group_posting_exist)
$permissions = ['email','pages_manage_posts','pages_manage_engagement','pages_manage_metadata','pages_read_engagement','pages_show_list','pages_messaging','public_profile','publish_to_groups','read_insights'];
else
$permissions = ['email','pages_manage_posts','pages_manage_engagement','pages_manage_metadata','pages_read_engagement','pages_show_list','pages_messaging','public_profile','read_insights'];

$loginUrl = $helper->getLoginUrl($redirect_url, $permissions);

return '<a class="btn btn-block btn-social btn-facebook" href="'.htmlspecialchars($loginUrl).'"><span class="fab fa-facebook"></span> ThisIsTheLoginButtonForFacebook</a>';
}


because manage_pages, publish_pages deprecated in facebook api v7
I have tested your code and the problem persists.
all necessary permissions are not approved for your application [manage_pages, publish_pages, pages_messaging]
 

edlindo

New member
Jul 23, 2020
24
3
3
help me please, I upgraded from xerochat, from 6.2.3 and added Visual Flow Builder version 1.6.1 , but some functions are gone, the new sequence doesn't appear, help me what can I do, please
1625004080752.png
 
  • Like
Reactions: roshanbazar

edlindo

New member
Jul 23, 2020
24
3
3
I have the new flow builder 1.6.2 but when I add it, I get a white screen, does anyone know how to solve it, if so I share it here
 

edlindo

New member
Jul 23, 2020
24
3
3
@k18acc2
I'm suffering for my app's approval, I'm asking for requests according to the xerochat video, but I'm being rejected.. it must be out of date, can anyone list what the new permissions are for updated approval
 

k18acc2

Member
Trusted Uploader
Nov 18, 2020
71
90
18
@k18acc2
I'm suffering for my app's approval, I'm asking for requests according to the xerochat video, but I'm being rejected.. it must be out of date, can anyone list what the new permissions are for updated approval
Which permmision did you have problem with?
 

k18acc2

Member
Trusted Uploader
Nov 18, 2020
71
90
18
Hi bro,
In the descriptions the author explained the different, I had included Standard, Extended and Untouched version.
Just download the right one and you're set to go depend on what you choose.
 
  • Like
Reactions: bobikzoza

k18acc2

Member
Trusted Uploader
Nov 18, 2020
71
90
18
tell me how a saas application differs from a simple one ... i didn't find the wallet settings so it's not saas

i have 6.2.1 standard installed, can i transform it to extended ?
There is away it can be converted. I have not done it before but someone here in our community did, As I remember all you need is modified the license txt file from /application/config . Please try it on test install first
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu