| Package | Description |
|---|---|
| com.codename1.social |
Connectors for native social network SDK's
|
| Modifier and Type | Class and Description |
|---|---|
class |
FacebookConnect
Invokes the native bundled facebook SDK to login/logout of facebook, notice
that in order for this to work server build arguments must indicate that you
are using the facebook sdk! To accomplish this just define:
facebook.appId=YourAppId in your build arguments.
|
class |
GoogleConnect
The GoogleConnect Login class allows the sign in with google functionality.
|
| Modifier and Type | Method and Description |
|---|---|
Login |
Login.addScopes(String... scopes)
Adds the given scopes to the OAuth2 login request.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncResource<Login> |
Login.connect()
Connects to the login service asynchronously, automatically logging in
if not yet logged in.
|
Copyright © 2022. All rights reserved.