|
LuxChat
2.0
Instant messenger for iOS
|
#import <FBSDKLoginButton.h>
Properties | |
| FBSDKDefaultAudience | defaultAudience |
| IBOutlet id< FBSDKLoginButtonDelegate > | delegate |
| FBSDKLoginBehavior | loginBehavior |
| NSArray * | publishPermissions |
| NSArray * | readPermissions |
| FBSDKLoginButtonTooltipBehavior | tooltipBehavior |
| FBSDKTooltipColorStyle | tooltipColorStyle |
A button that initiates a log in or log out flow upon tapping. FBSDKLoginButton works with [FBSDKAccessToken currentAccessToken] to determine what to display, and automatically starts authentication when tapped (i.e., you do not need to manually subscribe action targets).
Like FBSDKLoginManager, you should make sure your app delegate is connected to FBSDKApplicationDelegate in order for the button's delegate to receive messages.
FBSDKLoginButton has a fixed height of 30 pixels, but you may change the width. initWithFrame:CGRectZero will size the button to its minimum frame.
|
readwritenonatomicassign |
The default audience to use, if publish permissions are requested at login time.
|
readwritenonatomicweak |
Gets or sets the delegate.
|
readwritenonatomicassign |
Gets or sets the login behavior to use
|
readwritenonatomiccopy |
The publish permissions to request.
Use defaultAudience to specify the default audience to publish to. Note this is converted to NSSet and is only an NSArray for the convenience of literal syntax.
|
readwritenonatomiccopy |
The read permissions to request.
Note, that if read permissions are specified, then publish permissions should not be specified. This is converted to NSSet and is only an NSArray for the convenience of literal syntax.
|
readwritenonatomicassign |
Gets or sets the desired tooltip behavior.
|
readwritenonatomicassign |
Gets or sets the desired tooltip color style.
1.8.9.1