POST registration
This endpoint can be used to Register a user with the site and also register and login the user through Facebook. When using Facebook, both the site and the app must be configured with [Facebook.com].
URL
https://demo.onsocialcloud.com/api/registration
Parameters
firstName | The user's first name |
lastName | The user's last name |
The user's email address | |
password | The user's password |
profile | The Connect profile uniqueId for which the user has registered with |
facebook | The Facebook access token |
Example Request
https://www.concursive.com/api/registration?format=json
Example Result
[ { "status":{ "code":1, "errorText":"You are already registered with this email address and the password you entered did not match. Please try to sign in again or use our site to request a new password at:\nhttp:\/\/www.concursive.com" } } ]
Sign in to add your comment.