I am using a facebook registration plugin to register users if they have a facebook account or using the default registration form if they don't have a fb account.
I have created the default registration form in yii framework storing data using model into database.
I have also written code to use facebook registration plugin using iframe.
The problem is that how to save the data in database filled in fb registration plugin form and what to mention in redirect-uri ?