Skip to content
This repository was archived by the owner on Aug 16, 2019. It is now read-only.
This repository was archived by the owner on Aug 16, 2019. It is now read-only.

There's a little bug. #2

@croath

Description

@croath

there's a little bug in your demo.
When OAuth QQweibo, you just create a method called "prepareQQOAuthv1QueryURIUsingConsumerKey...."
and in this method there's another method in the lib called "YOAuthv1GetSignedRequestParameters",
within what you coded [requestParameters addDuplicatableEntriesFromDictionary:postParameters];
It will fire an exception because in prepareQQOAuthv1QueryURIUsingConsumerKey... you just set postParameters to NIL!

then i find you wrote these..

// Not using addDuplicatableEntriesFromDictionary
// to elimated duplicated oauth protocol parameters
// (if existed unexpectedly)

..whatever, the demo app crashed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions