OAuthSwift / OAuthSwiftAlamofire

Utility method to sign Alamofire request
MIT License
104 stars 38 forks source link

How can I get access token wihtout passing authorization URL? #25

Closed hadwanihardik closed 4 years ago

hadwanihardik commented 4 years ago

Hello there,

I want to implement Oauth2.0 with following parameters client secret, client key, access token URL. I am attaching screen shot for the same. I see your code is asking for authorization url.

I tested api in postman it works fine.

Can you please let me know how I can achieve using your library?

Here is screenshot for request

Screen Shot 2019-12-23 at 10 52 26 AM

Here is screenshot for Response

Screen Shot 2019-12-23 at 10 53 30 AM
phimage commented 4 years ago

I think the issue is more for OAuthSwift. There is a template issue with question that I need answer to understand