Googling didn't help me. I'm trying to push data on Facebook dashboard via Facebook app events My code is:
AppEventsLogger logger = AppEventsLogger.newLogger(this);
logger.activateApp(this, Utility.FACEBOOK_ID);
logger.logEvent(AppEventsConstants.EVENT_NAME_COMPLETED_TUTORIAL);
So, activateApp
works fine, but logEvent
doesn't.
I've checked app ID and recreated it, but I have the same problem.
Hi you can try add the next row after 'logEvent' method.
I hope it will be helpful for you.