| Package | Description |
|---|---|
| com.facebook |
| Modifier and Type | Method and Description |
|---|---|
static TestSession |
TestSession.createSessionWithPrivateUser(Activity activity,
List<String> permissions)
Constructs a TestSession which creates a test user on open, and destroys the user on
close; This method should not be used in application code -- but is useful for creating unit tests
that use the Facebook SDK.
|
static TestSession |
TestSession.createSessionWithSharedUser(Activity activity,
List<String> permissions)
Constructs a TestSession which uses a shared test user with the right permissions,
creating one if necessary on open (but not deleting it on close, so it can be re-used in later
tests).
|
static TestSession |
TestSession.createSessionWithSharedUser(Activity activity,
List<String> permissions,
String sessionUniqueUserTag)
Constructs a TestSession which uses a shared test user with the right permissions,
creating one if necessary on open (but not deleting it on close, so it can be re-used in later
tests).
|
Copyright © 2013. All Rights Reserved.