FBSDKUtility
Đã có phiên bản mới hơn của lớp này. Hãy kiểm tra phiên bản mới nhất.

Class to contain common utility methods.

Superclass:NSObject
Declared in:FBSDKUtility.h
Phương thức nhóm
dictionaryWithQueryString:

Parses a query string into a dictionary.

Thông sốMô tả
queryString

The query string value.

+ (NSDictionary *) dictionaryWithQueryString:(NSString *)queryString;
Đã tuyên bố trong: FBSDKUtility.h
queryStringWithDictionary:error:

Constructs a query string from a dictionary.

Thông sốMô tả
dictionary

The dictionary with key/value pairs for the query string.

errorRef

If an error occurs, upon return contains an NSError object that describes the problem.

+ (NSString *)
queryStringWithDictionary: (NSDictionary *)dictionary
error: (NSError *__autoreleasing *)errorRef;
Đã tuyên bố trong: FBSDKUtility.h
URLDecode:

Decodes a value from an URL.

Thông sốMô tả
value

The value to decode.

+ (NSString *) URLDecode:(NSString *)value;
Đã tuyên bố trong: FBSDKUtility.h
URLEncode:

Encodes a value for an URL.

Thông sốMô tả
value

The value to encode.

+ (NSString *) URLEncode:(NSString *)value;
Đã tuyên bố trong: FBSDKUtility.h