According to the README of this package, python-facebook allows us to interact with the Facebook Graph API, IG Business Graph API and IG Basic Display API. So, I would assume that it doesn't allow us to interact with other Facebook APIs, like Marketing API. In the README, you also write that this package is for the Facebook Common API, what is this Facebook Common API? Maybe the README should be updated?
But doesn't facebook_business also provide these features? According to the README
The Business SDK is an upgraded version of the Marketing API SDK that includes the Marketing API as well as many Facebook APIs from different platforms such as Pages, Business Manager, Instagram, etc.
So, facebook_business supports the Marketing API. Here, it's written that facebook_business supports the APIs in the Business SDK, which suggests that it's not all of them.
According to the README of this package,
python-facebook
allows us to interact with the Facebook Graph API, IG Business Graph API and IG Basic Display API. So, I would assume that it doesn't allow us to interact with other Facebook APIs, like Marketing API. In the README, you also write that this package is for the Facebook Common API, what is thisFacebook Common API
? Maybe the README should be updated?But doesn't
facebook_business
also provide these features? According to the READMESo,
facebook_business
supports the Marketing API. Here, it's written thatfacebook_business
supports the APIs in the Business SDK, which suggests that it's not all of them.So, does
python-facebook
offer any feature thatfacebook_business
doesn't?I've just like to understand if people need to use this library or can just use
facebook_business
, without knowing much about them.