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
OAuthSwift already provides a working client for creating and sending signed URL requests, however it does not provide a way to independently generate OAuth-signed URL requests AND send them with the networking library of choice (such as Alamofire or NSURLConnection).
This is no more true I think, but maybe I miss something when I try to achieve that
some methods has been cut into many methods
some methods are now public or extracted into a static one
I am planing to make a project named "OAuthSwift-Alamofire" so that's why I am here after looking on Alamofire+OAuthSwift
The text was updated successfully, but these errors were encountered:
I read into readme :
This is no more true I think, but maybe I miss something when I try to achieve that
I am planing to make a project named "OAuthSwift-Alamofire" so that's why I am here after looking on Alamofire+OAuthSwift
The text was updated successfully, but these errors were encountered: