-
Notifications
You must be signed in to change notification settings - Fork 90
Description
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.
So, does python-facebook offer any feature that facebook_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.