Can non-facebook users still register through your website without ever getting a facebook account. Could they simply use the provided facebook registration form for your website and not sign-up for a facebook account?
|
closed as off topic by Tim Post♦ Jun 3 '12 at 16:12
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
It seems that you're referring to the OAuth provided by Facebook. Truth is that the Facebook API can only give you data about Facebook users, so if somebody doesn't have a Facebook account, you will not be able to retrieve his/her data through the Facebook API. Anyway, since you have to implement such an authorization in your code, it's up to you how to handle the registration: you can
Hope it helps. |
||||
|
|
|
I think your referring to OAuth. The point is the user has already typed their email, name, etc into facebook and you have facebook give that back to your app so the user doesn't have to type it again. So to answer your question no. |
|||||||
|
