Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

read Extra params #17

Open
ikorich opened this issue Nov 24, 2011 · 1 comment
Open

read Extra params #17

ikorich opened this issue Nov 24, 2011 · 1 comment

Comments

@ikorich
Copy link

ikorich commented Nov 24, 2011

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

@ikorich
Copy link
Author

ikorich commented Nov 25, 2011

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant