crossmob / CrossMobile

Create native iOS, Android, Windows Phone and Desktop applications in Java. Write it once, and produce sophisticated multiplatform applications.
GNU Lesser General Public License v3.0
51 stars 14 forks source link

Social media login #8

Open beyons opened 2 years ago

beyons commented 2 years ago

Hello, crossmobile support Facebook login or any social login ?

teras commented 2 years ago

CrossMobile uses the API of iOS. Directly there's no such an API. But of course you can use the provided API of any of these tools. You might need to create a thin compatibility layer of course, to cover all cases. For example, on Android you still need to connect to the required libraries provided by the social library itself.