FBSDKUtility
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

Class to contain common utility methods.

Inherits from:NSObject
Declared in:FBSDKUtility.h
클래스 메서드
dictionaryWithQueryString:

Parses a query string into a dictionary.

매개변수설명
queryString

The query string value.

+ (NSDictionary *) dictionaryWithQueryString:(NSString *)queryString;
정의된 값: FBSDKUtility.h
queryStringWithDictionary:error:

Constructs a query string from a dictionary.

매개변수설명
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;
정의된 값: FBSDKUtility.h
URLDecode:

Decodes a value from an URL.

매개변수설명
value

The value to decode.

+ (NSString *) URLDecode:(NSString *)value;
정의된 값: FBSDKUtility.h
URLEncode:

Encodes a value for an URL.

매개변수설명
value

The value to encode.

+ (NSString *) URLEncode:(NSString *)value;
정의된 값: FBSDKUtility.h