-
Notifications
You must be signed in to change notification settings - Fork 167
Open
Description
Hello you have options to set extra params (- (void)setParameters:(NSArray *)parameters),
but you read it only in - (NSString *)_signatureBaseString
you need add in OAMutableURLRequest.m in - (void)prepare that code for correct request
NSArray *parameters = [self parameters];
for (OARequestParameter *param in parameters) {
[chunks addObject:[param URLEncodedNameValuePair]];
}
now work Yahoo, Deliciou, LinkedIn, etc
Metadata
Metadata
Assignees
Labels
No labels