I had the exact same error and solved it by changing the app type to Consumer. Unfortunately you cannot just change the type for an existing app, so you have to create a new app and select the right type, see: https://developers.facebook.com/docs/development/create-an-app/app-dashboard/app-types/ I guess that for me the error occured because I chose hte Gaming type which does not support App Events, see link above. The Consumer type worked for me. Of course you get a new app ID, which you need to put again into the Facebook SDK inside your app, so it is kind of starting all over again. (责任编辑:) |