| | |
| | | The property is nil until the request completes. If there was a response |
| | | then this property will be non-nil during the FBSDKGraphRequestBlock callback. |
| | | */ |
| | | @property (nonatomic, retain, readonly) NSHTTPURLResponse *urlResponse; |
| | | @property (nonatomic, retain, readonly, nullable) NSHTTPURLResponse *urlResponse; |
| | | |
| | | /** |
| | | Determines the operation queue that is used to call methods on the connection's delegate. |
| | |
| | | to allow for using the request's response in a subsequent request. |
| | | */ |
| | | - (void)addRequest:(FBSDKGraphRequest *)request |
| | | batchParameters:(NSDictionary<NSString *, id> *)batchParameters |
| | | batchParameters:(nullable NSDictionary<NSString *, id> *)batchParameters |
| | | completionHandler:(FBSDKGraphRequestBlock)handler; |
| | | |
| | | /** |