• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

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

ChatPion - Complete Messenger Marketing Software for Facebook 8.5

No permission to download
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
 
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
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
 
this free add-on for only members whom bought the script, who ca provide it
 
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.
 
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
 
Then mention "This code/plugin/script was taken from another place and it was not fully tested. Use at your own risk"
 
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: 56
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock