【发布时间】:2019-10-10 17:59:12
【问题描述】:
我使用 com.facebook.android:facebook-core:5.0.0 当我尝试将事件发送到这样的分析时
val logger = AppEventsLogger.newLogger(context, "my_app_id")
logger.logEvent("event", Bundle())
但我在日志中有错误
E/GraphResponse: {HttpStatus: 404, errorCode: 803, subErrorCode: -1,
errorType: OAuthException, errorMessage: (#803) Some of the aliases you
requested do not exist: "my_app_id"}
应用程序的设置类似于https://developers.facebook.com/quickstarts/?platform=android
Facebook 的支持不回应
【问题讨论】:
-
所以....您是否真的使用了您的应用程序 ID,或者您是否尝试使用字符串“my_app_id”?
-
@luschn 我实际上使用了我的应用程序 ID:D 感谢您的澄清
标签: android facebook facebook-analytics