Facebook SSO deauthorization

Hello!
I was testing facebook posting for my app and ran into a problem.

If a user deauthorizes the app on Facebook, and then tries to post something thought the app, instead of asking to authorize again, it just returns a response saying that the user is not authorized. I am guessing it has something to do with Facebook SSO in corona, but I am not sure.

Does anyone know what it could be?
[import]uid: 130035 topic_id: 30490 reply_id: 330490[/import]

I ran into this problem also, yesterday. I think basically the App still thinks its authorized so when I tells you it’s not I think you have to reauthorize it, but I’m not sure how to do it through Corona. [import]uid: 8697 topic_id: 30490 reply_id: 122185[/import]

Yeah, that’s what I was thinking. So is there any way to tell corona that the user is not authorized? [import]uid: 130035 topic_id: 30490 reply_id: 122211[/import]

I was running a couple of tests and you could try calling facebook.logout() if you get an error. Then try logging in again, I think this will also work if your session id has expired which also happened to me. [import]uid: 8697 topic_id: 30490 reply_id: 122294[/import]

I ran into this problem also, yesterday. I think basically the App still thinks its authorized so when I tells you it’s not I think you have to reauthorize it, but I’m not sure how to do it through Corona. [import]uid: 8697 topic_id: 30490 reply_id: 122185[/import]

Yeah, that’s what I was thinking. So is there any way to tell corona that the user is not authorized? [import]uid: 130035 topic_id: 30490 reply_id: 122211[/import]

I was running a couple of tests and you could try calling facebook.logout() if you get an error. Then try logging in again, I think this will also work if your session id has expired which also happened to me. [import]uid: 8697 topic_id: 30490 reply_id: 122294[/import]