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 was archived by the owner on Aug 16, 2019. It is now read-only.
I saw in the implementation that POST params were extracted from the URLRequest, then parsed into a NSDictionary, then that was passed to the signature creation method. But the resulting signature was incorrect.
I wrote a new method for NSMutableURLRequest+YOAuth.h that also accepts params as a NSDictionary so this step can be skipped, and that solved things. These params are then sent straightaway to YOAuthv1GetAuthorizationHeader.