Reputation: 20623
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.
Upvotes: 0
Views: 1304
Reputation: 960
FaceBook, Twitter, Gmail, ... have CAPTCHAs in the registration pages. So I believe you cannot do it programatically.
Upvotes: 1
Reputation: 1264
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.
Upvotes: 1