I am using the Facebook helper listed on this page and every time I reinstall my app and delete delete the app permissions on Facebook, it fails. I am using Charles to inspect the packets and it is essentially logging in correctly and getting a token. Then it makes the facebook.request call and gets a 403 response saying “The user hasn’t authorized the application to perform this action”. Since I deleted the permissions on Facebook for my app, I would think the facebook plugin would ask me to accept the permissions, but it doesn’t.
If I keep clicking my button to invoke the facebook plugin, it will eventually ask me to accept the permissions. From what I can tell, the Facebook helper is going through the correct motions. It seems like Corona’s Facebook plugin is not correctly detecting the permissions.
I’ve attached the iOS console log that shows what is going on when the issue occurs.
If someone with some experience with the Facebook plugin could help, I’d really appreciate it.
Dave