Yoan Yahemdi
10/23/2022, 2:32 PMEli Sigal
10/23/2022, 4:51 PMYoan Yahemdi
10/23/2022, 5:19 PMEli Sigal
10/23/2022, 6:52 PMimport facebook_business
print(facebook_business.__version__)
if facebook_business.__version__ == '15.0.0':
print('some code on success')
else:
facebook_business.__version__ = '15.0.0'
print("some code on failure")
print("also you can override here the url it self "
"- which is what we do since you want to do this only where you tested the api")
print(facebook_business.__version__)
Let me know if this worksEli Sigal
10/24/2022, 6:40 AMSunny Hashmi (Airbyte)
10/26/2022, 2:36 PM