Search code examples
javafacebookapiaccountcreateuserwizard

How can i create a facebook account using java


As a part of one enterprise application, I need to create a Facebook account for some users in an active directory. The enterprise application is running on java. How can i connect to the Facebook server for creating the users using java? Please point out the API's I have to use, if any are available.

EDIT: Is there any other social platform supports account creation using API?

Thanks and Regards,

Sunny.


Solution

  • At this time there is not a method to create users via API. They'll need to register manually and then you can use one of the SDK's to link the existing account into your app.