I am developing a functionality to allow facebook users to register in our web application. The approach is:
- We will create one app on facebook
- Facebook authentication plugin (http://developers.facebook.com/docs/guides/web/#login) will be used in our registration page.
- When user clicks on facebook button, facebook login page and then app authorization page are shown.
- One user allows/disallows facebook app, user will be redirected to a particular page within our website.
I am not able to find a proper even handler to capture app authorization (allow/disallow event) to redirect user. Can someone help me with this?