FBSDKUtility
يتوفر إصدار أحدث لهذه الفئة. يرجى التحقق أحدث إصدار.

Class to contain common utility methods.

Superclass: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