You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 16, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
nop...i don't know, after that PM tell me there is no need to use other
API, just get tokens.....so i forgot to test if it could work!
Sorry for not replying you at time!
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.
The text was updated successfully, but these errors were encountered: