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

Description
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.