NetmeraFacebookUtils Class Reference
| Inherits from | NSObject |
| Declared in | NetmeraFacebookUtils.h NetmeraFacebookUtils.m |
Tasks
Other Methods
-
+ logOutFacebook user logged out from the application.
-
+ setFacebookAppId:Set your Facebook App ID in the app delegate to Netmera
-
+ logInWithBlock:Logs a user into the registered application with Facebook account without Facebook permissions.
-
+ logInWithFacebookAppId:withBlock:Logs a user into the registered application with Facebook account without Facebook permissions.
-
+ logInWithPermissions:withBlock:Logs a user into the registered application with Facebook account wit Facebook permissions.
-
+ logInWithPermissions:withFacebookAppId:withBlock:Logs a user into the registered application with Facebook account with Facebook permissions.
-
+ logInInBackgroundWithTarget:selector:Logs a user into the registered application with Facebook account without Facebook permissions.
-
+ logInInBackgroundWithTarget:selector:withFacebookAppId:Logs a user into the registered application with Facebook account without Facebook permissions.
-
+ logInInBackgroundWithTarget:selector:withPermissions:Logs a user into the registered application with Facebook account wit Facebook permissions.
-
+ logInInBackgroundWithTarget:selector:withPermissions:withFacebookAppId:Logs a user into the registered application with Facebook account with Facebook permissions.
Other Methods
Class Methods
logInInBackgroundWithTarget:selector:
Logs a user into the registered application with Facebook account without Facebook permissions.
+ (void)logInInBackgroundWithTarget:(id)target selector:(SEL)selectorParameters
- target
The object to call selector on.
- selector
The selector to call. It should have the following signature: (void) callBackRegisterWithNetmeraUser:(NetmeraUser )user error:(NSError )error
Discussion
Logs a user into the registered application with Facebook account without Facebook permissions.
Declared In
NetmeraFacebookUtils.hlogInInBackgroundWithTarget:selector:withFacebookAppId:
Logs a user into the registered application with Facebook account without Facebook permissions.
+ (void)logInInBackgroundWithTarget:(id)target selector:(SEL)selector withFacebookAppId:(NSString *)appIdParameters
- target
The object to call selector on.
- selector
The selector to call. It should have the following signature: (void) callBackRegisterWithNetmeraUser:(NetmeraUser )user error:(NSError )error
- appId
Your Facebook App ID
Discussion
Logs a user into the registered application with Facebook account without Facebook permissions.
Declared In
NetmeraFacebookUtils.hlogInInBackgroundWithTarget:selector:withPermissions:
Logs a user into the registered application with Facebook account wit Facebook permissions.
+ (void)logInInBackgroundWithTarget:(id)target selector:(SEL)selector withPermissions:(NSArray *)permissionsParameters
- target
The object to call selector on.
- selector
The selector to call. It should have the following signature: (void) callBackRegisterWithNetmeraUser:(NetmeraUser )user error:(NSError )error
- permissions
Permission array that you want to reach user details from his/her facebook account
Discussion
Logs a user into the registered application with Facebook account wit Facebook permissions.
Declared In
NetmeraFacebookUtils.hlogInInBackgroundWithTarget:selector:withPermissions:withFacebookAppId:
Logs a user into the registered application with Facebook account with Facebook permissions.
+ (void)logInInBackgroundWithTarget:(id)target selector:(SEL)selector withPermissions:(NSArray *)permissions withFacebookAppId:(NSString *)appIdParameters
- target
The object to call selector on.
- selector
The selector to call. It should have the following signature: (void) callBackRegisterWithNetmeraUser:(NetmeraUser )user error:(NSError )error
- permissions
Permission array that you want to reach user details from his/her facebook account
- appId
Your Facebook App ID
Discussion
Logs a user into the registered application with Facebook account with Facebook permissions.
Declared In
NetmeraFacebookUtils.hlogInWithBlock:
Logs a user into the registered application with Facebook account without Facebook permissions.
+ (void)logInWithBlock:(void ( ^ ) ( NetmeraUser *user , NSError *error ))blockParameters
- block
The block to execute. The block should have the following argument signature: (NetmeraUser user, NSError error)
Discussion
Logs a user into the registered application with Facebook account without Facebook permissions.
Declared In
NetmeraFacebookUtils.hlogInWithFacebookAppId:withBlock:
Logs a user into the registered application with Facebook account without Facebook permissions.
+ (void)logInWithFacebookAppId:(NSString *)appId withBlock:(void ( ^ ) ( NetmeraUser *user , NSError *error ))blockParameters
- appId
Your Facebook App ID
- block
The block to execute. The block should have the following argument signature: (NetmeraUser user, NSError error)
Discussion
Logs a user into the registered application with Facebook account without Facebook permissions.
Declared In
NetmeraFacebookUtils.hlogInWithPermissions:withBlock:
Logs a user into the registered application with Facebook account wit Facebook permissions.
+ (void)logInWithPermissions:(NSArray *)permissions withBlock:(void ( ^ ) ( NetmeraUser *user , NSError *error ))blockParameters
- permissions
Permission array that you want to reach user details from his/her facebook account
- block
The block to execute. The block should have the following argument signature: (NetmeraUser user, NSError error)
Discussion
Logs a user into the registered application with Facebook account wit Facebook permissions.
Declared In
NetmeraFacebookUtils.hlogInWithPermissions:withFacebookAppId:withBlock:
Logs a user into the registered application with Facebook account with Facebook permissions.
+ (void)logInWithPermissions:(NSArray *)permissions withFacebookAppId:(NSString *)appId withBlock:(void ( ^ ) ( NetmeraUser *user , NSError *error ))blockParameters
- permissions
Permission array that you want to reach user details from his/her facebook account
- appId
Your Facebook App ID
- block
The block to execute. The block should have the following argument signature: (NetmeraUser user, NSError error)
Discussion
Logs a user into the registered application with Facebook account with Facebook permissions.
Declared In
NetmeraFacebookUtils.hlogOut
Facebook user logged out from the application.
+ (void)logOutDiscussion
Facebook user logged out from the application.
Declared In
NetmeraFacebookUtils.h