我试图使用Python从Facebook中提取一些数据,下面是我得到的错误:
MessageYou are calling a deprecated version of the AdsAPI.请注意,在错误消息中,路径中有v10.0,在任何更改之前,应用程序配置文件中的API版本都是v7.0,这很奇怪,还有其他AP
我已经使用facebook图形API很长一段时间了。我经常遇到的一个问题是API版本升级异常,每3个月如下所示:
message - (#2635) You are calling a deprecated version of the AdsAPI.calling a deprecated ver sion of the AdsAPI.虽然我使用的API没有任何变化,但每次我
我在我的应用程序中使用了一个编辑框和按钮来在Facebook上发布状态。我不想使用Facebook对话框来显示帖子状态。相反,我希望当我点击按钮时,我在编辑框中写的状态就会发布在Facebook上。我使用的是以下代码: public static final String APP_ID ="1****************";
private
我正在为facebook编写一个营销API,并遇到以下错误: 'FacebookAds\Http\Exception\AuthorizationException' '(#2635) You are calling a deprecated version of the AdsAPI.(facebook和facebook</e
logInReadWithPermissions会给我这个错误消息the method 'logInWithReadPermissions' isn't defined for the class 'FacebookLogin' 这是我创建的一个类,用于在按下按钮检查facebook登录结果时调用: void initiateFacebookLogin() async {
fbLogin = new FacebookLogin();