FormidableLabs / react-native-app-auth

React native bridge for AppAuth - an SDK for communicating with OAuth2 providers
https://commerce.nearform.com/open-source/react-native-app-auth
MIT License
1.97k stars 438 forks source link

Discogs.com Example #805

Open nsauter opened 1 year ago

nsauter commented 1 year ago

Hi!

Does anybody know how to use this Library with discogs.com? When trying to authorize the Discogs-App i'm getting errors since they expect tokens in the Url. How to do that?

nsauter commented 1 year ago

additionalParameters - (object) additional parameters that will be passed in the authorization request. Must be string values! E.g. setting additionalParameters: { hello: 'world', foo: 'bar' } would add hello=world&foo=bar to the authorization request.

I guess additionalParameters are the Option i need to use. But the authorize call needs the request token i got form the first Token Request step. (https://discogs.com/oauth/authorize?oauth_token=). Is this possible with this library?

carbonrobot commented 2 months ago

We do not provide support for Discogs directly, but we accept any community contributions for example code.