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
This works just fine, except that it requires the consumerSecret to create my OAuth1 object/requestAdapter, even though the OAuth1-authenticated API request only needs the consumerKey and token in the headers.
Is there a straightforward way to create an Alamofire/OAuth1 request without the consumerSecret?
The text was updated successfully, but these errors were encountered:
Today, I am using SessionManager to make my OAuth1 URL requests via Alamofire.
This works just fine, except that it requires the consumerSecret to create my OAuth1 object/requestAdapter, even though the OAuth1-authenticated API request only needs the consumerKey and token in the headers.
Is there a straightforward way to create an Alamofire/OAuth1 request without the consumerSecret?
The text was updated successfully, but these errors were encountered: