PLEASE HELP!!! Creating Business Managers through the api (Need solution)

kl1uch

Newbie
Joined
May 24, 2020
Messages
7
Reaction score
0
Hey Guys,
Please help us.
Recently I was creating BM through the Python. I was using brut accounts on Facebook, and with the api was creating up to 2 BMs on each of them.
So basically the way to create BM was following:
1.Log in into brut account
2. Confirm e-mail address (using your own)
3. Create Primary Page.
4. Create app through Facebook developers.
5. Using the Token Access create BM through the python.

It was easy, but right now while processing in 95% it showing following error:
{'error': {'message': 'An unexpected error has occurred. Please retry your request later.', 'type': 'OAuthException', 'code': 368, 'error_data': {'', 'help_center_id': 0}, 'error_subcode': 1404006, 'error_user_msg': '', 'fbtrace_id': ''}}
We were fixing it by changing the ip firstly, and it helped a lot.
But right now we are just stuck over there, sometimes it creates randomly, but mostly just showing this error until the FB account will be blocked(checked).

We have a theory that it might have happened because of low quality of bruts, but it is just a theory.

Do you have any suggestions?
Any solution or suggestion would help!

Python code attached below.


Here is the code for Python that we using:

import requests

url = 'https://graph.facebook.com/v7.0/106761537721675/businesses'

access = "EAAWgcMxVH0kBAKe1aaOo1wz4jyIz9QQRws8uwPEpO3V3MlZBdI7XjCNIZBEAqNba7DsPEYBZCn08ZAU8FGZBG76yYcmbiaG4OxJhMT1NB5cup1fZABxZBVS0SroZAJhI1uP6OO7qjZCx3etXzghQyeFo1ZB6ZChPUy7m2YelORBKKhZCzs6jNFY2RFAzGOdNZBdYZBaLbjKPxQ7mAjVFBY8buq5e8NvjTv5nEohjI9dhBclSRjZBpsaZBfwImfV6Q71lUFfSygsZD"


data = {
"name":"Moneylomka",
"vertical":"ADVERTISING",
"primary_page":106027894461834,
"timezone_id":"1",
"access_token":access
}

r = requests.post(url=url,data=data)
print(r.json())
 
Guys, please need your help.
If there anyone who can help?
 
Hello, just following up what have you tried to avoid this error?

It seems pretty interesting to me your way of creating Business Manager Accounts

Could you please help me giving more insights to understand you correctly
 
you might know that restrictions of fb ads differ from country to country depending on the rules imposed by that country.

so, use the accounts of Bangladesh. There are less restrictions on Business Manager. you can easily use them to run ads.
 
Hello, just following up what have you tried to avoid this error?

It seems pretty interesting to me your way of creating Business Manager Accounts

Could you please help me giving more insights to understand you correctly

So I've tried to use VPN , different browsers and creating new access tokens.
It worked firslty, but right now Facebook is blocking my attempts.
Only 1 out of 60 attempts help me to create Business Manager.
 
So I've tried to use VPN , different browsers and creating new access tokens.
It worked firslty, but right now Facebook is blocking my attempts.
Only 1 out of 60 attempts help me to create Business Manager.
So I've tried to use VPN , different browsers and creating new access tokens.
It worked firslty, but right now Facebook is blocking my attempts.
Only 1 out of 60 attempts help me to create Business Manager.

Which kind of proxies are you working with?
Do you create them trough Multilogin app?
What are your tools and what else have you already tried?
 
Which kind of proxies are you working with?
Do you create them trough Multilogin app?
What are your tools and what else have you already tried?

So we are using Vindigo Browser it is the same as Multilogin.
Just a simple VPN with the origin of Facebook Account and different computers.
Do you know the way to trick facebook?
We were considering residential IP as an option, but haven't tried yet.
 
So we are using Vindigo Browser it is the same as Multilogin.
Just a simple VPN with the origin of Facebook Account and different computers.
Do you know the way to trick facebook?
We were considering residential IP as an option, but haven't tried yet.
Don't use VPN. They usually use data center IP addresses.
You should use residential proxy. I haven't heard of anyone successfully bypassing their systems using a VPN in a while.
 
Don't use VPN. They usually use data center IP addresses.
You should use residential proxy. I haven't heard of anyone successfully bypassing their systems using a VPN in a while.

So you believe that Residential IP might work?
Let me try, hopefully, it will help.
Any other ideas that could help based on your experience?
 
Back
Top