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

riad

New member
Banned User
Mar 22, 2020
25
3
3
Friends, I want to buy an Instagram Reply Enhancers plugin: A XeroChat Add-On
If someone bought it, I can buy the other additions and give them to him
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,638
26,982
120
Friends, I want to buy an Instagram Reply Enhancers plugin: A XeroChat Add-On
If someone bought it, I can buy the other additions and give them to him
Wrong thread to post exchanges. And really bad behavior. This is for sharing not exchanging.
 
  • Like
Reactions: snaskit

redorblack

New member
Aug 12, 2020
13
0
1
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
thanks for this you are the best
 

startop

Active member
Feb 18, 2019
865
184
43
this free add-on for only members whom bought the script, who ca provide it
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,638
26,982
120
there any policy for sharing resource

If is your bought resource then share the untouched version as you downloaded.
If you didn't buy that and just got it from somewhere else then make sure that code is clean and doesn't contain any malicious snippets.

If you wanna create a resource make sure that you carefully read the resource creation guidelines and also make sure that the resource isn't present already on board. If it's present then just post in the resource thread an update.

Either way feel free to share with community.
 

Montygarg910

Member
Nov 1, 2020
199
23
18
If is your bought resource then share the untouched version as you downloaded.
If you didn't buy that and just got it from somewhere else then make sure that code is clean and doesn't contain any malicious snippets.

Either way feel free to share.
I got it from somewhere else but i didn't test it so not sure about any malicious snippet
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,638
26,982
120
Then mention "This code/plugin/script was taken from another place and it was not fully tested. Use at your own risk"
 

Montygarg910

Member
Nov 1, 2020
199
23
18
Hi,

This code/plugin/script was taken from another place and it was not fully tested. Use at your own risk.

Thanks
 

Attachments

  • flow_builder.zip
    197.8 KB · Views: 55

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