simple-oauth1 icon indicating copy to clipboard operation
simple-oauth1 copied to clipboard

Simple drop-in class for authenticating with OAuth 1.0a service providers

Results 3 simple-oauth1 issues
Sort by recently updated
recently updated
newest added

I found when using this library that POSTs that included commas in the body or tags parameters would break the authorization In the OAuth1Controller.m after line 228, this seems to...

Hi, This code saved me endless hours while integrating the Fitbit API in RunGap (http://rungap.com). Thanks :) I discovered and fixed minor problem that prevented posting to Ftbit. The problem...

Some changes in the design are included because they're what I needed for my project, and I think overall they're a small improvement. I figured that as long as I...