Session.OpenRequest
لم تعد هذه الفئة متوفر في أحدث إصدار من SDK.
يتوفر إصدار أحدث لهذه الفئة. يرجى التحقق أحدث إصدار.

A request used to open a Session.

الإضافات:AuthorizationRequest
الحزمة:facebook
أدوات الإنشاء
Session.OpenRequest(Activity)

Constructs an OpenRequest.

public Session.OpenRequest(Activity activity)
المعلمةالوصف
activityThe Activity to use to open the Session
Session.OpenRequest(Fragment)

Constructs an OpenRequest.

public Session.OpenRequest(Fragment fragment)
المعلمةالوصف
fragmentThe Fragment to use to open the Session
طرق المثيلات
setCallback(StatusCallback)

Sets the StatusCallback for the OpenRequest.

public final OpenRequest setCallback(StatusCallback statusCallback)
المعلمةالوصف
statusCallbackThe SessionStatusCallback to notify regarding Session state changes.
Returns
The OpenRequest object to allow for chaining
setLoginBehavior(SessionLoginBehavior)

Sets the login behavior for the OpenRequest.

public final OpenRequest setLoginBehavior(SessionLoginBehavior loginBehavior)
المعلمةالوصف
loginBehaviorThe SessionLoginBehavior that specifies what behaviors should be attempted during authorization.
Returns
The OpenRequest object to allow for chaining
setRequestCode(int)

Sets the request code for the OpenRequest.

public final OpenRequest setRequestCode(int requestCode)
المعلمةالوصف
requestCodeAn integer that identifies this request. This integer will be used as the request code in onActivityResult.onActivityResult. This integer should be >= 0. If a value < 0 is passed in, then a default value will be used.
Returns
The OpenRequest object to allow for chaining
setPermissions(List)

Sets the permissions for the OpenRequest.

public final OpenRequest setPermissions(List permissions)
المعلمةالوصف
permissionsA List&lt;String&gt; representing the permissions to request during the authentication flow. A null or empty List represents basic permissions.
Returns
The OpenRequest object to allow for chaining
setPermissions(String)

Sets the permissions for the OpenRequest.

public final OpenRequest setPermissions(String permissions)
المعلمةالوصف
permissionsThe permissions to request during the authentication flow.
Returns
The OpenRequest object to allow for chaining
setDefaultAudience(SessionDefaultAudience)

Sets the defaultAudience for the OpenRequest.

This is only used during Native login using a sufficiently recent facebook app.

public final OpenRequest setDefaultAudience(SessionDefaultAudience defaultAudience)
المعلمةالوصف
defaultAudienceA SessionDefaultAudience representing the default audience setting to request.
Returns
The OpenRequest object to allow for chaining